Revision 370d43e2
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
783 | 783 |
|
784 | 784 |
$item->assign_attributes(%$attr); |
785 | 785 |
$item->longdescription($item->part->notes) if $is_new && !defined $attr->{longdescription}; |
786 |
# item fields that currently can't be set in in row but are needed: |
|
787 |
$item->lastcost($item->part->lastcost); |
|
786 | 788 |
|
787 | 789 |
return $item; |
788 | 790 |
} |
Auch abrufbar als: Unified diff
Order Controller - lastcost von Positionen mit speichern
ansonsten ist die Margenberechnung im Verkaufsbericht falsch (lastcost
ist immer 0). Siehe Ticket #201