Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision db9f4c9c

Von Bernd Blessmann vor mehr als 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
$locale->text('LP'), $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2),
$locale->text('EK'), $form->format_amount(\%myconfig, $form->{"lastcost_$i"}, 2) }
if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ || $form->{type} =~ /invoice/) && !$is_delivery_order;
$form->{"listprice_$i"} = $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2)
if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ || $form->{type} =~ /invoice/) ;
# / marge calculations ending
# calculate onhand

Auch abrufbar als: Unified diff