Revision db9f4c9c
Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt
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
Fix für Bug 1696.
Listenpreis wird bei Workflow xxx->Rechnung jetzt richtig angezeigt.