fix bug while fetch health care sheet

This commit is contained in:
Djery-Tom 2022-02-17 16:01:09 +01:00
parent c5452710b4
commit 092f5a6d09
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ class HealthCareSheetController extends Controller
'user_id' => 'required_without_all:network_agent_id,network_id|integer|exists:users,id', 'user_id' => 'required_without_all:network_agent_id,network_id|integer|exists:users,id',
'beneficiary_id' => 'nullable|integer|exists:nh_having_rights,id', 'beneficiary_id' => 'nullable|integer|exists:nh_having_rights,id',
'network_id' => 'nullable|integer|exists:networks,id', 'network_id' => 'nullable|integer|exists:networks,id',
'network_agent_id' => 'required_without_all::user_id,network_id|integer|exists:networks_agents,id', 'network_agent_id' => 'required_without_all:user_id,network_id|integer|exists:networks_agents,id',
'type' => 'nullable|in:CONSULTATION,EXECUTION', 'type' => 'nullable|in:CONSULTATION,EXECUTION',
'state' => 'nullable|in:UNTREATED,TREATED,ACCEPTED,TO_BILL,ALL,UNTREATED_ALL', 'state' => 'nullable|in:UNTREATED,TREATED,ACCEPTED,TO_BILL,ALL,UNTREATED_ALL',
'pagination' => 'nullable|boolean' 'pagination' => 'nullable|boolean'