X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aee6ab157e1c8cf3b902f5b5f12e1c7533e4f3fa..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/customer_vendor/tabs/shipto.html diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 97cfa9d1f..c47d2721d 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -3,7 +3,7 @@ [%- USE L %]
| [% 'Shipping Address' | $T8 %] | @@ -16,7 +16,7 @@ title_key = 'displayable_id', with_empty = 1, empty_title = LxERP.t8('New shipto'), - onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); local_reinit_widgets(); }});", + onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); kivi.reinit_widgets(); }});", ) %] @@ -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,9 +111,31 @@ [% L.input_tag('shipto.shiptoemail', SELF.shipto.shiptoemail, size = 45) %]||
|
+ + |
+ ||
| [% var.config.description | html %] | + ++ [% INCLUDE 'common/render_cvar_input.html' + cvar_name_prefix = 'shipto_cvars.' + %] + | +|