Revision ecbb5ab1
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
914 | 914 |
$linetotal = ($linetotal != 0) ? $linetotal : " "; |
915 | 915 |
|
916 | 916 |
push(@{ $form->{discount} }, $discount); |
917 |
push(@{ $form->{p_discount} }, $form->{"discount_$i"}); |
|
917 | 918 |
|
918 | 919 |
$form->{ordtotal} += $linetotal; |
919 | 920 |
|
Auch abrufbar als: Unified diff
Merge von 784,790 aus unstable: Bugfix 220 Nachtrag Variablen
-Neue Variable p_discount = Rabattprozente pro Position fuer Rechnungen, Auftraege und Angebote eingefuert. Die Variable discount enthaelt den als Rabatt gewaehrten Betrag
-Latex-template-variablen fuer r784 angepasst