Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bc450f35

Von wulf@coulmann.de vor mehr als 13 Jahren hinzugefügt

  • ID bc450f35d9cd3de99f945135c19b9688b5e52995
  • Vorgänger 0d3d9d8e
  • Nachfolger 0e9b746e

initial raw_numbers

add subtotal_num, sellprice_num

Unterschiede anzeigen:

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