Revision f2576234
Von Philip Reetz vor fast 19 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
919 | 919 |
$linetotal = ($linetotal != 0) ? $linetotal : " "; |
920 | 920 |
|
921 | 921 |
push(@{ $form->{discount} }, $discount); |
922 |
push(@{ $form->{p_discount} }, $form->{"discount_$i"}); |
|
922 | 923 |
|
923 | 924 |
$form->{ordtotal} += $linetotal; |
924 | 925 |
|
Auch abrufbar als: Unified diff
Neue Variable p_discount = Rabattprozente pro Position fuer Rechnungen, Auftraege und Angebote eingefuert. Die Variable discount enthaelt den als Rabatt gewaehrten Betrag