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:
5d59ad2
)
ir.pl: nicht abgefangenes uninitialisiertes array
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 23 Oct 2009 12:11:29 +0000
(14:11 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 23 Oct 2009 12:11:29 +0000
(14:11 +0200)
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
f7dcd6a
..
d848abc
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-166,6
+166,8
@@
sub invoice_links {
$form->{"select$key"} .= "<option>$ref->{accno}--$ref->{description}\n";
}
+ next unless $form->{acc_trans}{$key};
+
if ($key eq "AP_paid") {
for my $i (1 .. scalar @{ $form->{acc_trans}{$key} }) {
$form->{"AP_paid_$i"} =