Revision 34f5531f
Von Bernd Blessmann vor fast 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
400 | 400 |
|
401 | 401 |
if ($is_delivery_order) { |
402 | 402 |
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount lastcost); |
403 |
push @hidden_vars, qw(sellprice discount not_discountable price_factor_id lastcost); |
|
403 |
push @hidden_vars, qw(sellprice discount not_discountable price_factor_id lastcost pricegroup_id);
|
|
404 | 404 |
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; |
405 | 405 |
} |
406 | 406 |
|
Auch abrufbar als: Unified diff
Bugfix für Bug 1770 (zweiter Teil):
Preisgruppen überleben jetzt Workflow über Lieferschein.