Revision bc450f35
Von wulf@coulmann.de vor mehr als 13 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
831 | 831 |
push @{ $form->{TEMPLATE_ARRAYS}{description} }, $form->{"description_$i"}; |
832 | 832 |
push @{ $form->{TEMPLATE_ARRAYS}{longdescription} }, $form->{"longdescription_$i"}; |
833 | 833 |
push @{ $form->{TEMPLATE_ARRAYS}{qty} }, $form->format_amount($myconfig, $form->{"qty_$i"}); |
834 |
push @{ $form->{TEMPLATE_ARRAYS}{qty_num} }, $form->{"qty_$i"}; |
|
834 | 835 |
push @{ $form->{TEMPLATE_ARRAYS}{unit} }, $form->{"unit_$i"}; |
835 | 836 |
push @{ $form->{TEMPLATE_ARRAYS}{partnotes} }, $form->{"partnotes_$i"}; |
836 | 837 |
push @{ $form->{TEMPLATE_ARRAYS}{serialnumber} }, $form->{"serialnumber_$i"}; |
... | ... | |
883 | 884 |
push @{ $form->{TEMPLATE_ARRAYS}{si_chargenumber}[$position-1] }, $si->{chargenumber}; |
884 | 885 |
push @{ $form->{TEMPLATE_ARRAYS}{si_bestbefore}[$position-1] }, $si->{bestbefore}; |
885 | 886 |
push @{ $form->{TEMPLATE_ARRAYS}{si_qty}[$position-1] }, $form->format_amount($myconfig, $si->{qty} * 1); |
887 |
push @{ $form->{TEMPLATE_ARRAYS}{si_qty_num}[$position-1] }, $si->{qty} * 1; |
|
886 | 888 |
push @{ $form->{TEMPLATE_ARRAYS}{si_unit}[$position-1] }, $si->{unit}; |
887 | 889 |
} |
888 | 890 |
} |
Auch abrufbar als: Unified diff
initial raw_numbers
add subtotal_num, sellprice_num