]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Inventory.pm
Beim Einlagern die letzte gewählte Einheit merken
[mfinanz.git] / SL / Controller / Inventory.pm
index 88c24fbb841d9322301efd48061536a1a0a48ef3..f894e06db2e3ea79c63627ddc26a3961e2cab0d1 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,
   );
 }