Fehlende impliziten Übersetzungen für Zahlungsart
[kivitendo-erp.git] / templates / webpages / customer_vendor / form.html
index d8498c6..2a54f7b 100644 (file)
@@ -1,7 +1,8 @@
 [%- USE T8 %]
+[%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<h1>[% FORM.title %]</h1>
+<h1>[% FORM.title %] [% IF SELF.cv.id %] - [% HTML.escape(SELF.cv.displayable_name) %][% END %]</h1>
 
 [% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %]
 
@@ -29,6 +30,9 @@
       [% IF ( cv_cvars.size ) %]
         <li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
       [% END %]
+      [% IF SELF.cv.id %]
+        <li><a href="#price_rules">[% 'Price Rules' | $T8 %]</a></li>
+      [% END %]
     </ul>
 
     [% PROCESS "customer_vendor/tabs/billing.html" %]
@@ -42,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 %]
   </div>
 
   <br>