]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Bugfix für Bug 1770 (zweiter Teil):
[mfinanz.git] / bin / mozilla / io.pl
index 7627da1cf39d31c458c855e7be06b673882181f5..dbefff3be34ea3fef7208d14332c3b6a606f2f52 100644 (file)
@@ -400,7 +400,7 @@ sub display_row {
 
     if ($is_delivery_order) {
       map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount lastcost);
-      push @hidden_vars, qw(sellprice discount not_discountable price_factor_id lastcost);
+      push @hidden_vars, qw(sellprice discount not_discountable price_factor_id lastcost pricegroup_id);
       push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}";
     }