X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..b8741ec3:/templates/webpages/customer_vendor/form.html
diff --git a/templates/webpages/customer_vendor/form.html b/templates/webpages/customer_vendor/form.html
index d8498c6d0..13f26db5f 100644
--- a/templates/webpages/customer_vendor/form.html
+++ b/templates/webpages/customer_vendor/form.html
@@ -1,7 +1,8 @@
[%- USE T8 %]
+[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
-
[% FORM.title %]
+[% FORM.title %] [% IF SELF.cv.id %] - [% HTML.escape(SELF.cv.displayable_name) %][% END %]
[% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %]
@@ -23,12 +24,18 @@
[% 'Contacts' | $T8 %]
[% IF ( SELF.cv.id && AUTH.assert('sales_all_edit', 1) ) %]
[% 'Supplies' | $T8 %]
+[%- IF INSTANCE_CONF.get_doc_storage %]
+ [% 'Attachments' | $T8 %]
+[%- END %]
[% END %]
[% 'Notes' | $T8 %]
[% IF ( cv_cvars.size ) %]
[% 'Custom Variables' | $T8 %]
[% END %]
+ [% IF SELF.cv.id %]
+ [% 'Price Rules' | $T8 %]
+ [% END %]
[% PROCESS "customer_vendor/tabs/billing.html" %]
@@ -42,6 +49,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 %]