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 |
|
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