]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/project/form.html
Vorhandene Steuer speichern: richitge Anzahl von Bind-Variablen angeben
[mfinanz.git] / templates / webpages / project / form.html
index b8343fb3925805d06ae8cdc586793f8cd5f870d8..67df852e4ef8cbe7fe373356bcb4c2912fb5acb1 100644 (file)
@@ -17,6 +17,9 @@
     [%- IF CUSTOM_VARIABLES.size %]
     <li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
     [%- END %]
+    [%- IF SELF.may_edit_invoice_permissions %]
+     <li><a href="#invoice_permissions">[% 'Permissions for invoices' | $T8 %]</a></li>
+    [%- END %]
     [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
     <li><a href="#linked_records">[% 'Linked Records' | $T8 %]</a></li>
     [%- END %]
    </div>
    [%- END %]
 
+   [%- IF SELF.may_edit_invoice_permissions %]
+    <div id="invoice_permissions">
+     [%- PROCESS 'project/_invoice_permissions.html' %]
+    </div>
+   [%- END %]
+
    [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
    <div id="linked_records">
    [%- PROCESS 'project/_linked_records.html' records=SELF.linked_records %]