Rename Assigning to Rider Assignment #UAT

This commit is contained in:
Kendrick Chan 2018-03-11 01:18:43 +08:00
parent caf981e4a6
commit e6dcc854f3
4 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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