Merge pull request '新規契約減免区分修正' (#51) from main_higashide into main
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 25s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 25s
Reviewed-on: #51
This commit is contained in:
commit
778b3ac9cc
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user