From: Jan Büren Date: Fri, 13 Feb 2009 12:00:20 +0000 (+0000) Subject: "-Bug in Rechnungen für Artikelnamen und Versandort behoben. X-Git-Tag: release-2.6.0beta2~168 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e4d8716c1ae11b6dacf553711848e749ed191d10;p=kivitendo-erp.git "-Bug in Rechnungen für Artikelnamen und Versandort behoben. --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 1a123ed5c..287e4f1c9 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -240,8 +240,6 @@ sub prepare_invoice { if ($form->{id}) { - map { $form->{$_} =~ s/\"/"/g } - qw(invnumber ordnumber quonumber shippingpoint shipvia notes intnotes donumber); #frage: muss hier donumber angegeben werden? hier werden doch nur die alten quots wieder ausgemerzt, ist das noch nötig? 12.02.2009 jb # # get pricegroups for parts # IS->get_pricegroups_for_parts(\%myconfig, \%$form); @@ -268,8 +266,6 @@ sub prepare_invoice { $form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}, $dec_qty); - map { $form->{"${_}_$i"} =~ s/\"/"/g } - qw(partnumber description unit partnotes); $form->{rowcount} = $i; }