Check if role has permission to fulfill cancelled orders. #453
This commit is contained in:
parent
8e91f9f76b
commit
ca37b72d57
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
{% if mode != 'update-all' %}
|
||||
{% if mode == 'fulfill-cancel' %}
|
||||
{% if mode == 'fulfill-cancel' and is_granted('jo_cancel.fulfill') %}
|
||||
<a href="{{ url('jo_fulfill_cancel_submit', {'id': obj.getID}) }}" class="btn btn-success btn-fulfill-cancel-job-order">Fulfill</a>
|
||||
{% else %}
|
||||
<button type="submit" class="btn btn-success">{{ mode == 'update-fulfillment' ? 'Fulfill' : 'Submit' }}</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue