From 39dc8a765d5b13690ffa1ef78326dcbeb7eeee9e Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Mon, 15 Jan 2007 22:28:22 +0000 Subject: [PATCH] Solved Bug 503. Patch von TkKleindienst im Forum. Bitte testen. BTW. kommt die qw-Konstruktion noch zwei weitere Male in dem Modul vor. Muss das auch angepasst werden? --- SL/OE.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SL/OE.pm b/SL/OE.pm index 460e191a0..f42159637 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1021,7 +1021,9 @@ sub order_details { $sameitem = $item->[1]; map { push(@{ $form->{$_} }, "") } - qw(runningnumber number qty ship unit bin partnotes serialnumber reqdate sellprice listprice netprice discount linetotal); + qw(runningnumber number qty ship unit bin partnotes + serialnumber reqdate sellprice listprice netprice + discount pdiscountlinetotal); } $form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"}); -- 2.20.1