Renamed delivery status for consistency. #617
This commit is contained in:
parent
d863158dd6
commit
7cd8f2f027
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ class DeliveryStatus extends NameValue
|
|||
{
|
||||
const RIDER_ASSIGN = 'rider_assign';
|
||||
const REQUEUE = 'requeue';
|
||||
const RIDER_ACCEPT = 'accept';
|
||||
const RIDER_ARRIVE = 'arrive';
|
||||
const RIDER_ACCEPT = 'rider_accept';
|
||||
const RIDER_ARRIVE = 'rider_arrive';
|
||||
const RIDER_EDIT = 'rider_edit';
|
||||
const RIDER_DEPART_HUB = 'rider_depart_hub';
|
||||
const RIDER_ARRIVE_HUB_PRE_JO = 'rider_arrive_hub_pre_jo';
|
||||
|
|
|
|||
Loading…
Reference in a new issue