Bugfix: SQL Fehler bei nicht vorhandenem salesman
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2007 14:09:37 +0000 (14:09 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2007 14:09:37 +0000 (14:09 +0000)
SL/Form.pm

index 6a1fa81..d6c7e2c 100644 (file)
@@ -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) =