From: Moritz Bunkus Date: Fri, 9 Apr 2010 13:35:37 +0000 (+0200) Subject: Bei Umwandlung Angebot in Auftrag " nicht in " umwandeln X-Git-Tag: release-2.6.2beta1~342^2~14^2~1 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/b122b2f784ae42a562ad0b6fefb6b780087782a0 Bei Umwandlung Angebot in Auftrag " nicht in " umwandeln Formatierung geschieht in den Ausgabemasken. Betrifft alle Konvertierungen von oe.pl nach oe.pl, also Einkaufs- & Verkaufsangebote & -aufträge. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index ad25e835b..02bdf1bce 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1788,12 +1788,6 @@ sub poso { }; &prepare_order; - - # format amounts - for my $i (1 .. $form->{rowcount} - 1) { - map { $form->{"${_}_$i"} =~ s/\"/"/g } qw(partnumber description unit); - } - &update; $main::lxdebug->leave_sub();