X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2e6f965bbc04d506fed5ac2dfac32c1542b09cb6..ef255c4ee60cda3b3f69ecdaef0a09a67194ac27:/bin/mozilla/ir.pl diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 3bfcbf620..1f7d34682 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -189,6 +189,7 @@ sub prepare_invoice { map { $form->{$_} =~ s/\"/"/g } qw(invnumber ordnumber quonumber); + my $i = 0; foreach $ref (@{ $form->{invoice_details} }) { $i++; map { $form->{"${_}_$i"} = $ref->{$_} } keys %{$ref};