Revision f2576234
Von Philip Reetz vor fast 19 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
167 | 167 |
$linetotal = ($linetotal != 0) ? $linetotal : " "; |
168 | 168 |
|
169 | 169 |
push(@{ $form->{discount} }, $discount); |
170 |
push(@{ $form->{p_discount} }, $form->{"discount_$i"}); |
|
170 | 171 |
|
171 | 172 |
$form->{total} += $linetotal; |
172 | 173 |
|
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