]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/OE.pm
Merge von 784,790 aus unstable: Bugfix 220 Nachtrag Variablen
[kivitendo-erp.git] / SL / OE.pm
index 6dec175bdded79b46998627a6683301b53ece16c..535006598f0cd0436cea2da753dde3873462e0ae 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -914,6 +914,7 @@ sub order_details {
       $linetotal = ($linetotal != 0) ? $linetotal : " ";
 
       push(@{ $form->{discount} }, $discount);
+      push(@{ $form->{p_discount} }, $form->{"discount_$i"});
 
       $form->{ordtotal} += $linetotal;