Compare commits

..

No commits in common. "2fdb3ce74a59c6480d0bea9670ce8258a7e8f9db" and "ae8315ba89c01daa29f675197feb63e3b14f2f28" have entirely different histories.

View File

@ -592,7 +592,7 @@ class RegularContractCreateController extends Controller
'user_categoryid' => $user_categoryid,
'park_id' => $park->park_id,
'contract_created_at' => now(),
'contract_reduction' => $request->contract_reduction === 'はい' ? 1 : 0,
'contract_reduction' => $request->contract_reduction,
'update_flag' => 2,
'contract_cancel_flag' => 0,
'psection_id' => $request->psection_id,