Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a6c54e9f

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID a6c54e9f68c26e5c7fc0c815eab14daacaca5565
  • Vorgänger 92edc424
  • Nachfolger bcdeb6ec

Workflow: delivery_order ↔ reclamation

Unterschiede anzeigen:

SL/DB/ReclamationItem.pm
qw(
SL::DB::ReclamationItem
SL::DB::OrderItem
SL::DB::DeliveryOrderItem
)
) {
croak("Unsupported source object type '" . ref($source) . "'");
......
pricegroup_id project_id qty reqdate sellprice serialnumber unit
);
$item_args{custom_variables} = \@custom_variables;
} elsif (ref($source) eq 'SL::DB::DeliveryOrderItem') {
map { $item_args{$_} = $source->$_ } qw(
active_discount_source active_price_source base_qty description discount
lastcost longdescription parts_id position price_factor price_factor_id
pricegroup_id project_id qty reqdate sellprice serialnumber unit
);
$item_args{custom_variables} = \@custom_variables;
}
my $item = $class->new(%item_args);

Auch abrufbar als: Unified diff