新規契約減免区分修正 #51

Merged
y.higashide merged 1 commits from main_higashide into main 2025-10-09 15:55:54 +09:00
Showing only changes of commit ae8315ba89 - Show all commits

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' => $ward_residents,
'contract_reduction' => $request->contract_reduction,
'update_flag' => 2,
'contract_cancel_flag' => 0,
'psection_id' => $request->psection_id,