mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Enabled invoices button
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% if perms.RIGS.view_invoice %}
|
{% if perms.RIGS.view_invoice %}
|
||||||
<li><a href="">Invoices</a></li>
|
<li><a href="{% url 'invoice_list' %}">Invoices</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if perms.RIGS.view_person %}
|
{% if perms.RIGS.view_person %}
|
||||||
<li><a href="{% url 'person_list' %}">People</a></li>
|
<li><a href="{% url 'person_list' %}">People</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user