X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=356bb1f3193e408062783e4b94a0403c44944d80;hb=464f44accd46ed0b2e1f7e2459f53337a6720a7f;hp=a0d1ab9517dfed0794fe1b4d326eb18f67aade87;hpb=21243e6bba04c264a36b37d5a217ea76a22936d4;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index a0d1ab951..356bb1f31 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -1,11 +1,13 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE L %] +

[% FORM.title %]

+ +[% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %] [% cv_cvars = SELF.cv.cvars_by_config %]
-
[% FORM.title %]
[% L.hidden_tag('db', FORM.db) %] [% L.hidden_tag('callback', FORM.callback) %] @@ -16,6 +18,7 @@
[% PROCESS "customer_vendor/tabs/billing.html" %] + [% PROCESS "customer_vendor/tabs/bank.html" %] [% PROCESS "customer_vendor/tabs/shipto.html" %] [% PROCESS "customer_vendor/tabs/contacts.html" %] [% IF ( SELF.cv.id && AUTH.assert('sales_all_edit', 1) ) %] @@ -38,6 +45,9 @@ [% IF ( cv_cvars.size ) %] [% PROCESS "customer_vendor/tabs/custom_variables.html" %] [% END %] + [% IF SELF.cv.id %] + [% PROCESS "customer_vendor/tabs/price_rules.html" %] + [% END %]

@@ -102,4 +112,3 @@ } --> -