Исправил закрытие сделки. добавил черновик страницы для списания в 1С
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s
All checks were successful
Deploy MES Core / deploy (push) Successful in 13s
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if user_role in 'admin,clerk,observer' %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {% if request.resolver_match.url_name == 'writeoffs' %}active{% endif %}" href="{% url 'writeoffs' %}">Списание</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if user_role == 'admin' %}
|
||||
<li class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user