X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=c47d2721d18eb09ba459c0942efe17c478c682ea;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=8f4997772a08675bc00658ffdb4d53d686032613;hpb=19064edf6bd7859e831fdf37cd465f7f933be6f3;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 8f4997772..c47d2721d 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -3,7 +3,7 @@ [%- USE L %]
- +
@@ -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();}});", + onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); kivi.reinit_widgets(); }});", ) %] @@ -26,16 +26,16 @@ - + @@ -43,7 +43,7 @@
[% 'Shipping Address' | $T8 %][% 'Name' | $T8 %] - [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35) %]
[% 'Abteilung' | $T8 %][% 'Department' | $T8 %] - [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16, maxlength = 75) %] - [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, size = 16, maxlength = 75) %] + [% L.input_tag('shipto.shiptodepartment_1', SELF.shipto.shiptodepartment_1, size = 16) %] + [% L.input_tag('shipto.shiptodepartment_2', SELF.shipto.shiptodepartment_2, size = 16) %]
[% 'Street' | $T8 %] - [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %]