Revision 41b2e935
Von Sven Schöling vor fast 16 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
|
||
$form->{title} = (ucfirst $form->{searchitems}) . "s";
|
||
$form->{title} = $locale->text($form->{title});
|
||
$form->{title} = $locale->text('Assemblies') if ($is_xyz{assembly});
|
||
$form->{title} = $locale->text('Assemblies') if ($is_xyz{is_assembly});
|
||
|
||
$form->{jsscript} = 1;
|
||
|
||
... | ... | |
|
||
$linetotal =
|
||
$form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"}, 2);
|
||
$line_purchase_price =
|
||
$line_purchase_price =
|
||
$form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"}, 2); #lastcost == purchase_price | ungenaue datenbankfeld-übersetzung
|
||
$form->{assemblytotal} += $linetotal;
|
||
$form->{assembly_purchase_price_total} += $line_purchase_price;
|
Auch abrufbar als: Unified diff
Bugfix: Erzeugnisse wurden nicht mit er korrekten Überschrift angezeigt.
Bugfix für Bug 977.