X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=cd5f610212c309ecea9d7df19e1418ff3b5f7374;hb=49ec3bd3b6897c45d904faa85cfa14a730610935;hp=ff2d36b90ba672fcfd7b0554078796f8cc5b1305;hpb=aa0fece0399b780eae5688a4498d8c982b6a33d4;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index ff2d36b90..cd5f61021 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -26,7 +26,7 @@ - [% IF conf_vertreter %] + [% IF INSTANCE_CONF.get_vertreter %] - [% UNLESS conf_vertreter %] + [% UNLESS INSTANCE_CONF.get_vertreter %] - [%- IF is_customer && !conf_vertreter %] + [%- IF is_customer && !INSTANCE_CONF.get_vertreter %] [%- END %]
[% IF is_customer %][% 'Type of Customer' | $T8 %][%- ELSE %][% 'Type of Vendor' | $T8 %][%- END %] @@ -80,7 +80,7 @@
[% 'Greeting' | $T8 %] -   +   [%- INCLUDE generic/multibox.html name = 'selected_company_greeting', DATA = MB_COMPANY_GREETINGS, @@ -238,7 +238,7 @@
[% IF is_customer %][% 'Type of Customer' | $T8 %][% ELSE %][% 'Type of Vendor' | $T8 %][%- END %] [%- INCLUDE generic/multibox.html @@ -295,7 +295,7 @@ label_key = 'description', -%] [% 'Salesman' | $T8 %] [% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %]