X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=97cfa9d1f9260bf518ffc5e91ac18000205b485e;hb=464f44accd46ed0b2e1f7e2459f53337a6720a7f;hp=5080802c8d852560920f28be591053b480e92409;hpb=3bb283ad739b95704f8df9a55c1ed0b86f617f23;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 5080802c8..97cfa9d1f 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -16,7 +16,7 @@ title_key = 'displayable_id', with_empty = 1, empty_title = LxERP.t8('New shipto'), - onchange = "namespace('kivi.CustomerVendor').selectShipto({onFormSet: function(){shiptoMapWidget.testInputs();}});", + onchange = "kivi.CustomerVendor.selectShipto({onFormSet: function(){ shiptoMapWidget.testInputs(); local_reinit_widgets(); }});", ) %] @@ -26,7 +26,7 @@ [% 'Name' | $T8 %] - [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptoname', SELF.shipto.shiptoname, size = 35) %] @@ -34,8 +34,8 @@ [% 'Abteilung' | $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) %] @@ -43,11 +43,14 @@ [% 'Street' | $T8 %] - [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %] @@ -56,8 +59,8 @@ [% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] - [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptostreet, size = 5, maxlength = 75) %] - [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, size = 30, maxlength = 75) %] + [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode, size = 5) %] + [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity, size = 30) %] @@ -65,7 +68,7 @@ [% 'Country' | $T8 %] - [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptocountry', SELF.shipto.shiptocountry, size = 35) %] @@ -73,7 +76,7 @@ [% 'Contact' | $T8 %] - [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30, maxlength = 75) %] + [% L.input_tag('shipto.shiptocontact', SELF.shipto.shiptocontact, size = 30) %] @@ -81,7 +84,7 @@ [% 'Phone' | $T8 %] - [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30, maxlength = 30) %] + [% L.input_tag('shipto.shiptophone', SELF.shipto.shiptophone, size = 30) %] @@ -89,7 +92,7 @@ [% 'Fax' | $T8 %] - [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30, maxlength = 30) %] + [% L.input_tag('shipto.shiptofax', SELF.shipto.shiptofax, size = 30) %]