X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor%2Fform.html;h=a5c43fbf30788d1058a91d4bf69673ca51c0330c;hb=bec23a700e524b09e80fde2ec8178367aa3a16e2;hp=fc709430e9a6814aa211a3ffed455e9f6be877f5;hpb=fc6e0a52254c2e67ab6634fd0cb12aa694a2e337;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html index fc709430e..a5c43fbf3 100644 --- a/templates/webpages/customer_vendor/form.html +++ b/templates/webpages/customer_vendor/form.html @@ -36,7 +36,20 @@ [% IF SELF.cv.id %]
  • [% 'Price Rules' | $T8 %]
  • [% END %] -
  • [% LxERP.t8('Records') %] [%- IF SELF.open_items > 0 %]  $[% END %] [%- IF SELF.open_orders > 0 %]  ![% END %]
  • + + [% IF SELF.cv.id %] + [% IF ( FORM.db == 'customer' && AUTH.assert('show_extra_record_tab_customer',1) ) %] +
  • [% LxERP.t8('Records') %] + [%- IF SELF.open_items > 0 %]  $[% END %] [%- IF SELF.open_orders > 0 %]  ![% END %] +
  • + [% END %] + [% IF ( FORM.db == 'vendor' && AUTH.assert('show_extra_record_tab_vendor',1) ) %] +
  • [% LxERP.t8('Records') %] + [%- IF SELF.open_items > 0 %]  $[% END %] [%- IF SELF.open_orders > 0 %]  ![% END %] +
  • + [% END %] + [% END %] + [% PROCESS "customer_vendor/tabs/billing.html" %]