X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=d8498c6d0ae031b51800b40d913767802810156c;hb=209100ca065acebaff1294b0c1d2853529773413;hp=9aed70936180ed88901326b7b624009a6ee0ec2c;hpb=69e7991b5949fce09f2ec772a15163c27a5dc439;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index 9aed70936..d8498c6d0 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,9 +18,10 @@
[% 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 ) %] + [% IF ( SELF.cv.id && AUTH.assert('sales_all_edit', 1) ) %] [% PROCESS "customer_vendor/tabs/deliveries.html" %] [% END %] [% PROCESS "customer_vendor/tabs/vcnotes.html" %] @@ -67,7 +71,7 @@ [%- END %] [%- IF ( SELF.cv.id ) %] - + [%- END %] @@ -102,4 +106,3 @@ } --> -