From 9f5bccd896bc0684521e270ec9a158dba097aa99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 30 May 2013 14:14:57 +0200 Subject: [PATCH] =?utf8?q?Nachtrag=20zum=20Commit=20von=20eben=20zu=20f?= =?utf8?q?=C3=BCr=202284=20Copy=20/=20Paste=20Fehler=20in=20form=5Fheader.?= =?utf8?q?html=20Copy=20/=20Paste=20Fehler=20in=20Default.pm=20Vergessene?= =?utf8?q?=20ausgelagerte=20common=20select=5Fwarehouse=5Fbin.html=20hinzu?= =?utf8?q?gef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/MetaSetup/Default.pm | 2 +- .../webpages/common/select_warehouse_bin.html | 57 +++++++++++++++++++ templates/webpages/ic/form_header.html | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 templates/webpages/common/select_warehouse_bin.html diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index 1fde1bbfa..d6b6b8458 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -85,7 +85,7 @@ __PACKAGE__->meta->setup( warehouse => { class => 'SL::DB::Warehouse', key_columns => { warehouse_id => 'id' }, - + }, currency => { class => 'SL::DB::Currency', key_columns => { currency_id => 'id' }, diff --git a/templates/webpages/common/select_warehouse_bin.html b/templates/webpages/common/select_warehouse_bin.html new file mode 100644 index 000000000..f7d854a8d --- /dev/null +++ b/templates/webpages/common/select_warehouse_bin.html @@ -0,0 +1,57 @@ +[%- USE T8 %] +[%- USE HTML %] +[%- USE LxERP %] +[%- USE JavaScript -%] + + + diff --git a/templates/webpages/ic/form_header.html b/templates/webpages/ic/form_header.html index 32527a967..a892bd52a 100644 --- a/templates/webpages/ic/form_header.html +++ b/templates/webpages/ic/form_header.html @@ -1,4 +1,4 @@ -[[%- USE T8 %] +[%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] [% PROCESS 'common/select_warehouse_bin.html' %] -- 2.20.1