Set tpm_sheet_id as somthing
This commit is contained in:
parent
47e65a84d7
commit
1769c410d0
|
@ -2145,7 +2145,7 @@ class HealthCareSheetController extends Controller
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
$this->validate($request, [
|
$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',
|
'insurance_id' => 'required|exists:nh_insurances,id',
|
||||||
'beneficiary_id' => 'nullable|exists:nh_having_rights,id',
|
'beneficiary_id' => 'nullable|exists:nh_having_rights,id',
|
||||||
'care_condition' => 'required|in:CURRENT_AFFECTION,LONG_TERM_AFFECTION,EXONERATION',
|
'care_condition' => 'required|in:CURRENT_AFFECTION,LONG_TERM_AFFECTION,EXONERATION',
|
||||||
|
|
Loading…
Reference in New Issue