Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision db9f4c9c

Von Bernd Blessmann vor etwa 13 Jahren hinzugefügt

  • ID db9f4c9c305a23bdaed8435a743676f3ee98a1f8
  • Vorgänger bf690424
  • Nachfolger 64515aa9

Fix für Bug 1696.

Listenpreis wird bei Workflow xxx->Rechnung jetzt richtig angezeigt.

Unterschiede anzeigen:

bin/mozilla/io.pl
351 351
                   $locale->text('LP'), $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2),
352 352
                   $locale->text('EK'), $form->format_amount(\%myconfig, $form->{"lastcost_$i"}, 2) }
353 353
      if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ ||  $form->{type} =~ /invoice/) && !$is_delivery_order;
354

  
355
    $form->{"listprice_$i"} = $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2)
356
      if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ ||  $form->{type} =~ /invoice/) ;
354 357
# / marge calculations ending
355 358

  
356 359
# calculate onhand

Auch abrufbar als: Unified diff