Beim Einlagern die letzte gewählte Einheit merken
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 16 Jul 2013 09:11:31 +0000 (11:11 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:00 +0000 (09:09 +0200)
SL/Controller/Inventory.pm

index 88c24fb..f894e06 100644 (file)
@@ -71,6 +71,7 @@ sub action_stock {
     part_id      => $self->part->id,
     bin_id       => $self->bin->id,
     warehouse_id => $self->warehouse->id,
+    unit_id      => $self->unit->id,
   );
 }