delay statuses module updated
This commit is contained in:
parent
d8fea048d1
commit
b400487e0c
@ -3,9 +3,9 @@
|
|||||||
class ContractStatus
|
class ContractStatus
|
||||||
{
|
{
|
||||||
const NEW = 'NEW';
|
const NEW = 'NEW';
|
||||||
const TREATY = 'TREATY';
|
const TREATY = 'TREATY'; //переговоры
|
||||||
const RESERVATION = 'RESERVATION';
|
const RESERVATION = 'RESERVATION'; //бронь
|
||||||
const SUCCESS = "SUSSCESS";
|
const SUCCESS = "SUCCESS";
|
||||||
const DECLINE = "DECLINE";
|
const DECLINE = "DECLINE";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user