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:
5fed6f2
)
Die Variable taxzone_id muss immer gesetzt sein. Wenn sie aber nicht definiert ist...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 31 Jan 2007 12:58:55 +0000
(12:58 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 31 Jan 2007 12:58:55 +0000
(12:58 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
d05d85d
..
3141b80
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-1768,7
+1768,7
@@
sub retrieve_accounts {
my ($query, $sth, $dbh);
-
return $main::lxdebug->leave_sub() if (!defined($form->{"taxzone_id"}))
;
+
$form->{"taxzone_id"} *= 1
;
$dbh = $form->dbconnect($myconfig);