X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/fe3df36071968d9f22c33f40adfc87717a578b1b..39dc8a765d5b13690ffa1ef78326dcbeb7eeee9e:/SL/OE.pm 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"});