From 3c380c2d2c8474eb39b5aeb50168ec214baaebc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 4 May 2009 16:42:26 +0000 Subject: [PATCH] =?utf8?q?Gel=C3=B6schte=20Datei=20aus=204003=20wiederherg?= =?utf8?q?estellt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../wh/warehouse_selection_stock_master.html | 135 ++++++++++++++++++ 1 file changed, 135 insertions(+) diff --git a/templates/webpages/wh/warehouse_selection_stock_master.html b/templates/webpages/wh/warehouse_selection_stock_master.html index e69de29bb..300516306 100644 --- a/templates/webpages/wh/warehouse_selection_stock_master.html +++ b/templates/webpages/wh/warehouse_selection_stock_master.html @@ -0,0 +1,135 @@ +[% USE HTML %][% USE JavaScript %][% USE LxERP %] + + + + + + + + + + + [% IF saved_message %] + [% saved_message %] + [% END %] + + [% title %] + + + + + Destination warehouse + + + [%- FOREACH warehouse = WAREHOUSES %] + [% warehouse.description %] + [%- END %] + + + + + + Destination bin: + + + + + Part Number + + + + + + + + + Part Description + + + + + + + + Charge number + + + + + Quantity + + + + [%- FOREACH unit = UNITS %][% HTML.escape(unit.name) %][% END %] + + + + + + Optional comment + + + + +
[% saved_message %]
+
+ + [%- IF parts_id %] + + [%- END %] +