Revision 41b2e935
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
99 | 99 |
|
100 | 100 |
$form->{title} = (ucfirst $form->{searchitems}) . "s"; |
101 | 101 |
$form->{title} = $locale->text($form->{title}); |
102 |
$form->{title} = $locale->text('Assemblies') if ($is_xyz{assembly}); |
|
102 |
$form->{title} = $locale->text('Assemblies') if ($is_xyz{is_assembly});
|
|
103 | 103 |
|
104 | 104 |
$form->{jsscript} = 1; |
105 | 105 |
|
... | ... | |
1592 | 1592 |
|
1593 | 1593 |
$linetotal = |
1594 | 1594 |
$form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"}, 2); |
1595 |
$line_purchase_price =
|
|
1595 |
$line_purchase_price = |
|
1596 | 1596 |
$form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"}, 2); #lastcost == purchase_price | ungenaue datenbankfeld-übersetzung |
1597 | 1597 |
$form->{assemblytotal} += $linetotal; |
1598 | 1598 |
$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.