Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 644eb8e4

Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt

  • ID 644eb8e4257c20a6d3385cc5da8e8ec8925f5a5b
  • Vorgänger eccd2f5f
  • Nachfolger 11fcc435

Bei Artikelauswahl aus der Auswahlmaske Menge des neuen Artikels formatieren.

Damit kann man die Menge auch schon vorher eingeben: Nicht eindeutiger Artikel,
TAB, TAB, Menge, ENTER

Unterschiede anzeigen:

bin/mozilla/io.pl
545 545
    # the qty variables of the existing assembly items are all still formatted, so we parse them here (1 .. $i-1)
546 546
    # including the qty of the just added part ($i)
547 547
    $form->{"qty_$_"} = $form->parse_amount(\%myconfig, $form->{"qty_$_"}) for (1 .. $i);
548
  };
548
  }
549 549

  
550 550
  $form->{"id_${i}"} = $id;
551 551

  
......
646 646
  map {
647 647
    $form->{"${_}_$i"} =
648 648
      $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces)
649
  } qw(sellprice listprice lastcost) if $form->{item} ne 'assembly';
649
  } qw(sellprice listprice lastcost qty) if $form->{item} ne 'assembly';
650 650

  
651 651
  &display_form;
652 652

  

Auch abrufbar als: Unified diff