X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f76e11660bfa01aae805f00300014bcb5d2985b6..b5a417317ac5bb88c54cd598416a7ce652ee2599:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 0ec51c10d..2443d852c 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -149,7 +149,7 @@ sub invoice_details { my @payment_arrays = qw(payment paymentaccount paymentdate paymentsource paymentmemo); - $form->{TEMPLATE_ARRAYS} = { map { $_ => [] } (@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];