projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98e209
)
Tippfehler.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 16 Jan 2007 09:32:15 +0000
(09:32 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 16 Jan 2007 09:32:15 +0000
(09:32 +0000)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
f421596
..
8af63e6
100644
(file)
--- 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 pdiscount
linetotal);
+ 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"});