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:
b005945
)
Auch wirklich $form->{TEMPLATE_ARRAYS}->{...} initialisieren, und nicht nur den Key...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Jul 2009 15:28:10 +0000
(17:28 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Jul 2009 15:28:10 +0000
(17:28 +0200)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
b197053
..
2550393
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-155,7
+155,7
@@
sub invoice_details {
my @payment_arrays = qw(payment paymentaccount paymentdate paymentsource paymentmemo);
- map { $form->{TEMPLATE_ARRAYS}
{$_} =>
[] } (@arrays, @tax_arrays, @payment_arrays);
+ map { $form->{TEMPLATE_ARRAYS}
->{$_} =
[] } (@arrays, @tax_arrays, @payment_arrays);
foreach $item (sort { $a->[1] cmp $b->[1] } @partsgroup) {
$i = $item->[0];