From: Udo Spallek Date: Mon, 15 Jan 2007 22:28:22 +0000 (+0000) Subject: Solved Bug 503. Patch von TkKleindienst im Forum. Bitte testen. X-Git-Tag: release-2.4.1~1^2~35 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=39dc8a765d5b13690ffa1ef78326dcbeb7eeee9e;p=kivitendo-erp.git 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? --- 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"});