From 8e8824b76d7a2137b1c54b9f617f053eb25f8629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 9 Nov 2018 14:55:27 +0100 Subject: [PATCH] Lager->Berichte->Lagerentnahme: richtige js-Funktionen einbinden MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Hier wurde wohl bei der Übernahme aus einem anderen Projekt eine neue js-Datei vergessen. Aber es gibt eine andere, die es noch tut. behebt #333 "Bericht Lagerentnahme: Lagerplatz lässt sich nicht auswählen" --- SL/Controller/Inventory.pm | 1 - templates/webpages/inventory/warehouse_usage.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index e608f14c6..bdce06584 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -58,7 +58,6 @@ sub action_stock_usage { $::form->get_lists('warehouses' => { 'key' => 'WAREHOUSES', 'bins' => 'BINS', }); - $::request->layout->use_javascript("${_}.js") for qw(kivi.PartsWarehouse); $self->setup_stock_usage_action_bar; $self->render('inventory/warehouse_usage', diff --git a/templates/webpages/inventory/warehouse_usage.html b/templates/webpages/inventory/warehouse_usage.html index f52769415..36c23ab8a 100644 --- a/templates/webpages/inventory/warehouse_usage.html +++ b/templates/webpages/inventory/warehouse_usage.html @@ -74,7 +74,7 @@ [% 'Warehouse' | $T8 %]: - [%- FOREACH warehouse = WAREHOUSES %] -- 2.20.1