Auftrags-Controller: Projektnummer in zweiter Zeile
[kivitendo-erp.git] / SL / Controller / Order.pm
index a24d1d3..df18eb8 100644 (file)
@@ -864,6 +864,7 @@ sub _make_item {
 
   $item->assign_attributes(%$attr);
   $item->longdescription($item->part->notes) if $is_new && !defined $attr->{longdescription};
+  $item->project_id($record->globalproject_id) if $is_new && !defined $attr->{project_id};
   # item fields that currently can't be set in in row but are needed:
   $item->lastcost($item->part->lastcost) if $is_new;
 
@@ -921,6 +922,7 @@ sub _new_item {
   $new_attr{active_discount_source} = $discount_src;
 
   $new_attr{longdescription}        = $part->notes if ! defined $attr->{longdescription};
+  $new_attr{project_id}             = $record->globalproject_id;
 
   # add_custom_variables adds cvars to an orderitem with no cvars for saving, but
   # they cannot be retrieved via custom_variables until the order/orderitem is