Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2a61343f

Von Thomas Heck vor etwa 11 Jahren hinzugefügt

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

Menge mit Nachkommastellen einlesen

fixt #2307

Unterschiede anzeigen:

bin/mozilla/do.pl
396 396
    my $rows = scalar @{ $form->{item_list} };
397 397

  
398 398
    if ($rows) {
399
      $form->{"qty_$i"} = 1 unless $form->parse_amount(\%myconfig, $form->{"qty_$i"});
399
      $form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"});
400
      if( !$form->{"qty_$i"} ) {
401
        $form->{"qty_$i"} = 1;
402
      }
400 403

  
401 404
      if ($rows > 1) {
402 405

  

Auch abrufbar als: Unified diff