Revision 9a017555
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
327 | 327 |
|
328 | 328 |
if ($is_delivery_order) { |
329 | 329 |
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount); |
330 |
push @hidden_vars, qw(sellprice discount); |
|
330 |
push @hidden_vars, qw(sellprice discount price_factor_id);
|
|
331 | 331 |
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; |
332 | 332 |
} |
333 | 333 |
|
Auch abrufbar als: Unified diff
Bei Lieferscheinen muss der Preisfaktor versteckt mitgeschleift werden.