X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=c47d2721d18eb09ba459c0942efe17c478c682ea;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=0b238c34ba96ebbecc416d74cba758428c6e3d2c;hpb=ef6fcba983f1a5b50f11495f86510b959b22ea76;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 0b238c34b..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) %]