Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2a61343f

Von Thomas Heck vor mehr als 11 Jahren hinzugefügt

  • ID 2a61343ffdeee475d57c355d00955ff8f1937aef
  • Vorgänger 5527271d
  • Nachfolger 5f14641b

Menge mit Nachkommastellen einlesen

fixt #2307

Unterschiede anzeigen:

bin/mozilla/oe.pl
597 597
    $form->{"lastcost_$i"} = $form->parse_amount(\%myconfig, $form->{"lastcost_$i"});
598 598

  
599 599
    if ($rows) {
600
      $form->{"qty_$i"} = 1 unless ($form->parse_amount(\%myconfig, $form->{"qty_$i"}));
600

  
601
      $form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"});
602
      if( !$form->{"qty_$i"} ) {
603
        $form->{"qty_$i"} = 1;
604
      }
601 605

  
602 606
      if ($rows > 1) {
603 607

  

Auch abrufbar als: Unified diff