X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Ftabs%2Fshipto.html;h=97cfa9d1f9260bf518ffc5e91ac18000205b485e;hb=8cce015eb15e1c919948b27441b9a7dfd905fe39;hp=ded32f3d12e63b04da6344fbf01aeb2928e2f600;hpb=53d80f2a01439ee73cf679c53326ec8fb32ab1ed;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index ded32f3d1..97cfa9d1f 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -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,7 +43,7 @@ [% 'Street' | $T8 %] - [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35, maxlength = 75) %] + [% L.input_tag('shipto.shiptostreet', SELF.shipto.shiptostreet, size = 35) %]