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