X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=356bb1f3193e408062783e4b94a0403c44944d80;hb=0e4da157188830a45e606285bca5d0ea668bbcf5;hp=e56b3e58413ff7d68a812910a7e9405f42d4fcfd;hpb=fa7fc7eeb3ca718914affee06c0629a08d571288;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index e56b3e584..356bb1f31 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -1,13 +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) %] @@ -29,6 +29,9 @@ [% IF ( cv_cvars.size ) %]
  • [% 'Custom Variables' | $T8 %]
  • [% END %] + [% IF SELF.cv.id %] +
  • [% 'Price Rules' | $T8 %]
  • + [% END %] [% PROCESS "customer_vendor/tabs/billing.html" %] @@ -42,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 %]