X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/76005a6dadacb0ea5fa5902c1c3124312f5b782d..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/customer_vendor/tabs/billing.html diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index 979ccbc53..82ff5f2b4 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -2,13 +2,14 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE JavaScript -%]
| [% IF SELF.is_vendor() %] @@ -76,8 +77,8 @@ | [% 'Department' | $T8 %] | - [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16, maxlength = 75) %] - [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16, maxlength = 75) %] + [% L.input_tag('cv.department_1', SELF.cv.department_1, size = 16) %] + [% L.input_tag('cv.department_2', SELF.cv.department_2, size = 16) %] | [% 'Street' | $T8 %] | - [% L.input_tag('cv.street', SELF.cv.street, size = 35, maxlength = 75) %] + [% L.input_tag('cv.street', SELF.cv.street, size = 35) %] |
|---|