X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=e93531a30b180400941201dc186fcfd7e8cfc851;hb=b535245ea43c412ea0912fbe3c25d90d5f285233;hp=97cfa9d1f9260bf518ffc5e91ac18000205b485e;hpb=aee6ab157e1c8cf3b902f5b5f12e1c7533e4f3fa;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 97cfa9d1f..e93531a30 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -31,7 +31,7 @@ - [% 'Abteilung' | $T8 %] + [% 'Department' | $T8 %] [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16) %] @@ -72,6 +72,14 @@ + + [% 'GLN' | $T8 %] + + + [% L.input_tag('shipto.shiptogln', SELF.shipto.shiptogln, size = 35) %] + + + [% 'Contact' | $T8 %] @@ -103,6 +111,28 @@ [% L.input_tag('shipto.shiptoemail', SELF.shipto.shiptoemail, size = 45) %] + + [% shipto_cvars = SELF.shipto.cvars_by_config %] + + [% IF ( shipto_cvars.size ) %] + + +
+ + + + [% FOREACH var = shipto_cvars %] + + [% var.config.description | html %] + + + [% INCLUDE 'common/render_cvar_input.html' + cvar_name_prefix = 'shipto_cvars.' + %] + + + [% END %] + [% END %] [% L.button_tag('submitInputButton(this);', LxERP.t8('Delete Shipto'), name = 'action_delete_shipto', class = 'submit') %]