Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b71b3530

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID b71b35308c2f7c628666e4a69e6c3b90cefc5ed0
  • Vorgänger 73116cec
  • Nachfolger 37d1a010

regression beim laden von positionen belegen -> qty auf 1 funktionierte nicht.

Unterschiede anzeigen:

bin/mozilla/oe.pl
558 558
    $form->{"discount_$i"} = $form->format_amount(\%myconfig, $form->{"$form->{vc}_discount"} * 100);
559 559

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

  
563 563
      if ($rows > 1) {
564 564

  

Auch abrufbar als: Unified diff