$item->assign_attributes(%$attr);
$item->longdescription($item->part->notes) if $is_new && !defined $attr->{longdescription};
+ # item fields that currently can't be set in in row but are needed:
+ $item->lastcost($item->part->lastcost);
return $item;
}
=item *
-C<position> is not displayed until an order is saved
-
-=item *
-
Customer discount is not displayed as a valid discount in price source popup
(this might be a bug in price sources)
Sorting does not include C<position>, neither does reordering.
+This behavior was implemented intentionally. But we can discuss, which behavior
+should be implemented.
+
=item *
-C<show_smulti_items_dialog> does not use the currently inserted string for
+C<show_multi_items_dialog> does not use the currently inserted string for
filtering.
=item * Performance