Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fd3dd151

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

  • ID fd3dd151f90db87d025d146d077226bc45862f22
  • Vorgänger 1e26c0d4
  • Nachfolger 8461199d

_raw entfehrnt

Unterschiede anzeigen:

SL/OE.pm
1226 1226
      }
1227 1227

  
1228 1228
      push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} }, $form->format_amount($myconfig, $linetotal, 2);
1229
      push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} },  $linetotal;
1230
      push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw} }, $form->format_amount($myconfig, $linetotal_exact, 8);
1231
      push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw_nofmt} },  $linetotal_exact;
1229
      push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} },  $linetotal_exact;
1232 1230
      push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} }, $form->format_amount($myconfig, $nodiscount_linetotal, 2);
1233 1231
      push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} },  $nodiscount_linetotal;
1234 1232
      push(@{ $form->{TEMPLATE_ARRAYS}->{projectnumber} }, $projectnumbers{$form->{"project_id_$i"}});

Auch abrufbar als: Unified diff