Revision 676c7dc0
Von Sven Schöling vor fast 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
543 | 543 |
$form->{"sellprice_$i"} = |
544 | 544 |
$form->round_amount($form->{"sellprice_$i"}, $decimalplaces); |
545 | 545 |
} |
546 |
|
|
547 |
# tradediscount |
|
548 |
if ($::form->{tradediscount}) { |
|
549 |
$::form->{"sellprice_$i"} *= 1 - $::form->{tradediscount}; |
|
550 |
} |
|
546 | 551 |
} |
547 | 552 |
|
548 | 553 |
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } |
Auch abrufbar als: Unified diff
Kundenrabatte bei select_item/item_selected beachten
Fix zu Bug 1762.