Resolve "Resq - dropdown for trade-in reason" #1352

Merged
korina.cordero merged 27 commits from 462-resq-dropdown-for-trade-in-reason into 465-resq-august-13-release 2020-08-10 07:53:01 +00:00
Showing only changes of commit ca37b72d57 - Show all commits

View file

@ -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>