Раздел "Договоры": добавлены договоры со статусом "В работе" на вкладку "Автиные"
This commit is contained in:
parent
16cc4a4ab8
commit
8f6a5504f9
@ -68,8 +68,9 @@ private function appendMode(&$query)
|
|||||||
{
|
{
|
||||||
$query->whereIn('status', [
|
$query->whereIn('status', [
|
||||||
ContractStatus::NEW ,
|
ContractStatus::NEW ,
|
||||||
|
ContractStatus::IN_WORK,
|
||||||
ContractStatus::RESERVATION,
|
ContractStatus::RESERVATION,
|
||||||
ContractStatus::SUCCESS,
|
//ContractStatus::SUCCESS,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
if ($this->mode == 'successed')
|
if ($this->mode == 'successed')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user