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:
57bf9c8
)
Bugfix: nicht abgefangene typenkonvertierung
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Oct 2009 22:11:11 +0000
(23:11 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 Oct 2009 22:11:11 +0000
(23:11 +0100)
SL/AP.pm
patch
|
blob
|
history
diff --git
a/SL/AP.pm
b/SL/AP.pm
index
d4fe484
..
f5dd45e
100644
(file)
--- a/
SL/AP.pm
+++ b/
SL/AP.pm
@@
-642,6
+642,7
@@
sub setup_form {
$j = 0;
$k = 0;
+ next unless $form->{acc_trans}{$key};
for $i (1 .. scalar @{ $form->{acc_trans}{$key} }) {
if ($key eq "AP_paid") {