From 5491c513f55dfbfedb13eed88f3fe913cd8d4df6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 16 Jul 2013 11:11:31 +0200 Subject: [PATCH] =?utf8?q?Beim=20Einlagern=20die=20letzte=20gew=C3=A4hlte?= =?utf8?q?=20Einheit=20merken?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Inventory.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index 88c24fbb8..f894e06db 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -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, ); } -- 2.20.1