X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=1473a71d2211de04405a10b7935bc4eae8a4d8dc;hb=f87763cd84d89aafc4c4110ba42d041b02ce4371;hp=4ca08157bef5cfd1fafcd028660ab2f6b73dd7ca;hpb=d8a50ddefe779afb7c1f4f6299439b0757d4540b;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 4ca08157b..1473a71d2 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -1,5 +1,7 @@ [%- USE T8 %] [% USE HTML %][% USE LxERP %] +[% USE L %] +[% L.javascript_tag('jquery') %]
[% title %]
@@ -10,7 +12,9 @@
  • [% 'Billing Address' | $T8 %]
  • [% 'Shipping Address' | $T8 %]
  • [% 'Contacts' | $T8 %]
  • +[%- IF id %]
  • [% 'Supplies' | $T8 %]
  • +[%- END %]
  • [% 'Notes' | $T8 %]
  • [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • @@ -184,7 +188,7 @@ [% 'sales tax identification number' | $T8 %] - + [%- IF is_customer %] [% 'our vendor number at customer' | $T8 %] @@ -260,6 +264,7 @@ [%- INCLUDE generic/multibox.html name = 'taxzone_id', + id = 'taxzone_id', DATA = ALL_TAXZONES, show_empty = 0, id_key = 'id', @@ -657,7 +662,6 @@ -