Uat changes #854

Merged
jankstudio merged 24 commits from uat-changes into master 2018-03-13 03:32:04 +00:00
4 changed files with 6 additions and 6 deletions
Showing only changes of commit e6dcc854f3 - Show all commits

View file

@ -190,9 +190,9 @@ access_keys:
- id: jo_proc.unlock
label: Dispatch Unlock
- id: jo_assign.list
label: Assigning
label: Rider Assignment
- id: jo_assign.unlock
label: Assigning Unlock
label: Rider Assignment Unlock
- id: jo_fulfill.list
label: Fulfillment
- id: jo_open.list

View file

@ -91,7 +91,7 @@ main_menu:
parent: joborder
- id: jo_assign
acl: jo_assign.list
label: Assigning
label: Rider Assignment
parent: joborder
- id: jo_fulfill
acl: jo_fulfill.list

View file

@ -23,10 +23,10 @@
</span>
<h3 class="m-portlet__head-text">
{% if mode == 'update-processing' %}
Processing
Dispatch
<small>{{ obj.getID() }}</small>
{% elseif mode == 'update-assigning' %}
Assigning
Rider Assignment
<small>{{ obj.getID() }}</small>
{% elseif mode == 'update-reassign-hub' %}
Re-assign Hub

View file

@ -6,7 +6,7 @@
<div class="d-flex align-items-center">
<div class="mr-auto">
<h3 class="m-subheader__title">
Job Orders (Assigning)
Job Orders (Rider Assignment)
</h3>
</div>
</div>