From 99308d4c3fe7fe8a0b83c41ae5c97e55dbf86fd8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 16 Jan 2007 09:32:15 +0000 Subject: [PATCH] Tippfehler. --- SL/OE.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/OE.pm b/SL/OE.pm index f42159637..8af63e6aa 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1021,9 +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 pdiscountlinetotal); + qw(runningnumber number qty ship unit bin partnotes + serialnumber reqdate sellprice listprice netprice + discount p_discount linetotal); } $form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"}); -- 2.20.1