Revision a8428264
Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
370 | 370 |
|
371 | 371 |
if ($is_delivery_order) { |
372 | 372 |
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount lastcost); |
373 |
push @hidden_vars, qw(sellprice discount price_factor_id lastcost); |
|
373 |
push @hidden_vars, qw(sellprice discount not_discountable price_factor_id lastcost);
|
|
374 | 374 |
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; |
375 | 375 |
} |
376 | 376 |
|
Auch abrufbar als: Unified diff
Bug 1630: kein Rabatt auf nicht rabattierfähige Artikel
im workflow (Auftrag->)Lieferschein->Rechnung