]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/io.pl
Bei Lieferscheinen muss der Preisfaktor versteckt mitgeschleift werden.
[kivitendo-erp.git] / bin / mozilla / io.pl
index 2ca9f020cc2ea44248d49564e7822a4c5bfdfb09..e66c7350674c7bd2c3fe52af7b58903d8184ac60 100644 (file)
@@ -327,7 +327,7 @@ sub display_row {
 
     if ($is_delivery_order) {
       map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount);
-      push @hidden_vars, qw(sellprice discount);
+      push @hidden_vars, qw(sellprice discount price_factor_id);
       push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}";
     }