Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8461199d

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 8461199db302962cc7b3e7134e1a69795d93bea4
  • Vorgänger fd3dd151
  • Nachfolger da99c7bc

Kosmetik

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_nofmt} },         $form->{"qty_$i"};
834
    push @{ $form->{TEMPLATE_ARRAYS}{qty_nofmt} },       $form->{"qty_$i"};
835 835
    push @{ $form->{TEMPLATE_ARRAYS}{unit} },            $form->{"unit_$i"};
836 836
    push @{ $form->{TEMPLATE_ARRAYS}{partnotes} },       $form->{"partnotes_$i"};
837 837
    push @{ $form->{TEMPLATE_ARRAYS}{serialnumber} },    $form->{"serialnumber_$i"};
......
884 884
        push @{ $form->{TEMPLATE_ARRAYS}{si_chargenumber}[$position-1] },  $si->{chargenumber};
885 885
        push @{ $form->{TEMPLATE_ARRAYS}{si_bestbefore}[$position-1] },    $si->{bestbefore};
886 886
        push @{ $form->{TEMPLATE_ARRAYS}{si_qty}[$position-1] },           $form->format_amount($myconfig, $si->{qty} * 1);
887
        push @{ $form->{TEMPLATE_ARRAYS}{si_qty_nofmt}[$position-1] },       $si->{qty} * 1;
887
        push @{ $form->{TEMPLATE_ARRAYS}{si_qty_nofmt}[$position-1] },     $si->{qty} * 1;
888 888
        push @{ $form->{TEMPLATE_ARRAYS}{si_unit}[$position-1] },          $si->{unit};
889 889
      }
890 890
    }

Auch abrufbar als: Unified diff