Compare commits

...

3 Commits

Author SHA1 Message Date
2fdb3ce74a app/Http/Controllers/RegularContractCreateController.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 25s
2025-10-09 16:03:04 +09:00
778b3ac9cc Merge pull request '新規契約減免区分修正' (#51) from main_higashide into main
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 25s
Reviewed-on: #51
2025-10-09 15:55:53 +09:00
fcf07cecc4 Merge pull request '契約履歴 表示条件修正' (#50) from main_higashide into main
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 24s
Reviewed-on: #50
2025-10-09 10:23:37 +09:00

View File

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