Beim Einlagern die letzte gewählte Einheit merken
[kivitendo-erp.git] / 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,
   );
 }