projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af52e8
)
Bugfix: SQL Fehler bei nicht vorhandenem salesman
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 2 Apr 2007 14:09:37 +0000
(14:09 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 2 Apr 2007 14:09:37 +0000
(14:09 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
6a1fa81
..
d6c7e2c
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-1383,6
+1383,8
@@
sub get_salesman {
my ($self, $myconfig, $salesman_id) = @_;
+ $main::lxdebug->leave_sub() and return unless $salesman_id;
+
my $dbh = $self->dbconnect($myconfig);
my ($login) =