Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fd46658a

Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt

  • ID fd46658a84285780440f56f3a4cd3dbd3fa25c7c
  • Vorgänger 55909313
  • Nachfolger cdd666f2

Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot.

Unterschiede anzeigen:

bin/mozilla/oe.pl
1804 1804
  };
1805 1805

  
1806 1806
  for my $i (1 .. $form->{rowcount}) {
1807
    map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount);
1807
    map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount lastcost);
1808 1808
  }
1809 1809

  
1810 1810
  my %saved_vars = map { $_ => $form->{$_} } grep { $form->{$_} } qw(currency);

Auch abrufbar als: Unified diff