From c9f49c186dd515927f964902ff736090f4a967e9 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 23 Jan 2008 15:49:11 +0000 Subject: [PATCH] Das Attribut "lagerfähig" gibt es in der offiziellen Version gar nicht. --- bin/mozilla/common.pl | 2 +- bin/mozilla/wh.pl | 1 - templates/webpages/wh/warehouse_selection_stock_de.html | 2 +- templates/webpages/wh/warehouse_selection_stock_master.html | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index f54ffefec..d2ac1fa69 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -129,7 +129,7 @@ sub part_selection_internal { %options = map { $_ => 1 } split m/:/, $form->{options}; - map { $form->{$_} = 1 if ($options{$_}) } qw(no_services no_assemblies stockable); + map { $form->{$_} = 1 if ($options{$_}) } qw(no_services no_assemblies); $parts = Common->retrieve_parts(\%myconfig, $form, $order_by, $order_dir); diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 19f9d9893..92b28894f 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -285,7 +285,6 @@ sub transfer_stock_update_part { $form->{no_services} = 1; $form->{no_assemblies} = 1; - $form->{stockable} = 1; my $parts = Common->retrieve_parts(\%myconfig, $form, 'description', 1); diff --git a/templates/webpages/wh/warehouse_selection_stock_de.html b/templates/webpages/wh/warehouse_selection_stock_de.html index ace85645f..745c5f25f 100644 --- a/templates/webpages/wh/warehouse_selection_stock_de.html +++ b/templates/webpages/wh/warehouse_selection_stock_de.html @@ -96,7 +96,7 @@ Artikelbeschreibung - + diff --git a/templates/webpages/wh/warehouse_selection_stock_master.html b/templates/webpages/wh/warehouse_selection_stock_master.html index eac293cb5..a3475d1c7 100644 --- a/templates/webpages/wh/warehouse_selection_stock_master.html +++ b/templates/webpages/wh/warehouse_selection_stock_master.html @@ -96,7 +96,7 @@ Part Description - + -- 2.20.1