X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=a0d1ab9517dfed0794fe1b4d326eb18f67aade87;hb=ce213a0a7c307cd46c4aff6eb72cbdc5da6753b7;hp=c8ec6b02e6b24ab377d3011d29fd12e2cebb96d5;hpb=95c1acfeb2631a78df6c0cec37649d68657fba04;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index c8ec6b02e..a0d1ab951 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -18,7 +18,7 @@
  • [% 'Billing Address' | $T8 %]
  • [% 'Shipping Address' | $T8 %]
  • [% 'Contacts' | $T8 %]
  • - [% IF ( SELF.cv.id ) %] + [% IF ( SELF.cv.id && AUTH.assert('sales_all_edit', 1) ) %]
  • [% 'Supplies' | $T8 %]
  • [% END %]
  • [% 'Notes' | $T8 %]
  • @@ -31,7 +31,7 @@ [% PROCESS "customer_vendor/tabs/billing.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" %]