From b122b2f784ae42a562ad0b6fefb6b780087782a0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 9 Apr 2010 15:35:37 +0200 Subject: [PATCH] Bei Umwandlung Angebot in Auftrag " nicht in " umwandeln MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Formatierung geschieht in den Ausgabemasken. Betrifft alle Konvertierungen von oe.pl nach oe.pl, also Einkaufs- & Verkaufsangebote & -aufträge. --- bin/mozilla/oe.pl | 6 ------ 1 file changed, 6 deletions(-) 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(); -- 2.20.1