diff --git a/app/Modules/Contracts/Http/Livewire/ContractsTableLivewire.php b/app/Modules/Contracts/Http/Livewire/ContractsTableLivewire.php index 08945ea..0029c30 100644 --- a/app/Modules/Contracts/Http/Livewire/ContractsTableLivewire.php +++ b/app/Modules/Contracts/Http/Livewire/ContractsTableLivewire.php @@ -68,8 +68,9 @@ private function appendMode(&$query) { $query->whereIn('status', [ ContractStatus::NEW , + ContractStatus::IN_WORK, ContractStatus::RESERVATION, - ContractStatus::SUCCESS, + //ContractStatus::SUCCESS, ]); } if ($this->mode == 'successed')