Revision 613c0749
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
143 | 143 |
partnotes serialnumber reqdate sellprice listprice netprice |
144 | 144 |
discount p_discount discount_sub nodiscount_sub |
145 | 145 |
linetotal nodiscount_linetotal tax_rate projectnumber |
146 |
price_factor price_factor_name); |
|
146 |
price_factor price_factor_name partsgroup);
|
|
147 | 147 |
|
148 | 148 |
my @tax_arrays = |
149 | 149 |
qw(taxbase tax taxdescription taxrate taxnumber); |
... | ... | |
196 | 196 |
push @{ $form->{invdate} }, $form->{"invdate"}; |
197 | 197 |
push @{ $form->{price_factor} }, $price_factor->{formatted_factor}; |
198 | 198 |
push @{ $form->{price_factor_name} }, $price_factor->{description}; |
199 |
push @{ $form->{partsgroup} }, $form->{"partsgroup_$i"}; |
|
199 | 200 |
|
200 | 201 |
if ($form->{lizenzen}) { |
201 | 202 |
if ($form->{"licensenumber_$i"}) { |
Auch abrufbar als: Unified diff
Die Warengruppe beim Ausdruck der Vorlage zur Verfügung stellen.