X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=cd5f610212c309ecea9d7df19e1418ff3b5f7374;hb=49ec3bd3b6897c45d904faa85cfa14a730610935;hp=825a4b82e614e1fc4d5736da550a62ef394aea9b;hpb=8e900e220c2a6025ed5e1a5c5352522dfb1af3b9;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 825a4b82e..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 %] [%- IF ALL_CURRENCIES.size %] - + [%- END %] - [% 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, @@ -233,12 +233,12 @@ [% L.input_tag('bic', bic, maxlength=100, size=30) %][% 'Currency' | $T8 %][% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %][% L.select_tag('currency', ALL_CURRENCIES, default = currency) %]
[% 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') %]