Set tpm_sheet_id as somthing

This commit is contained in:
Djery-Tom 2022-02-28 18:15:18 +01:00
parent 47e65a84d7
commit 1769c410d0
1 changed files with 1 additions and 1 deletions

View File

@ -2145,7 +2145,7 @@ class HealthCareSheetController extends Controller
* )
*/
$this->validate($request, [
'tmp_sheet_id' => 'required|string',// Temporal sheet ID generate by frontend
'tmp_sheet_id' => 'required|sometimes',// Temporal sheet ID generate by frontend
'insurance_id' => 'required|exists:nh_insurances,id',
'beneficiary_id' => 'nullable|exists:nh_having_rights,id',
'care_condition' => 'required|in:CURRENT_AFFECTION,LONG_TERM_AFFECTION,EXONERATION',