X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=2a54f7b60ccc9d166aa143e44096ba384c88d496;hb=fbbfd3ce7bdc893ac30638cce1427938276b659b;hp=ad2da05abff1b57037291ffdfbcbf3c42056728e;hpb=b021f0f5808d9a3b02ddc7f13c206ebc88387ff1;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index ad2da05ab..2a54f7b60 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -1,11 +1,14 @@ [%- USE T8 %] +[%- USE HTML %] [%- USE LxERP %] [%- USE L %] +

[% FORM.title %] [% IF SELF.cv.id %] - [% HTML.escape(SELF.cv.displayable_name) %][% END %]

+ +[% 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) %] @@ -27,6 +30,9 @@ [% IF ( cv_cvars.size ) %]
  • [% 'Custom Variables' | $T8 %]
  • [% END %] + [% IF SELF.cv.id %] +
  • [% 'Price Rules' | $T8 %]
  • + [% END %] [% PROCESS "customer_vendor/tabs/billing.html" %] @@ -40,6 +46,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 %]