X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4dc48e117cfdb6e59c2d8b9d8087ef8a3bc245a4..f217d072d76183bc07723dcc29503b732bd2022d:/SL/Helper/Inventory/Allocation.pm diff --git a/SL/Helper/Inventory/Allocation.pm b/SL/Helper/Inventory/Allocation.pm index e406bf40c..cf4b31a0d 100644 --- a/SL/Helper/Inventory/Allocation.pm +++ b/SL/Helper/Inventory/Allocation.pm @@ -48,12 +48,13 @@ SL::Helper::Inventory::Allocation - Inventory API allocation data structure # all of these need to be present my $allocation = SL::Helper::Inventory::Allocation->new( - part_id => $part->id, + parts_id => $part->id, qty => 15, bin_id => $bin_obj->id, warehouse_id => $bin_obj->warehouse_id, chargenumber => '1823772365', # can be undef bestbefore => undef, # can be undef + comment => undef, # can be undef for_object_id => $order->id, # can be undef );