From: Jan Büren Date: Thu, 30 May 2013 12:14:57 +0000 (+0200) Subject: Nachtrag zum Commit von eben zu für 2284 X-Git-Tag: release-3.1.0beta1~400 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9f5bccd896bc0684521e270ec9a158dba097aa99;p=kivitendo-erp.git Nachtrag zum Commit von eben zu für 2284 Copy / Paste Fehler in form_header.html Copy / Paste Fehler in Default.pm Vergessene ausgelagerte common select_warehouse_bin.html hinzugefügt. --- 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' %]