From 2fdb3ce74a59c6480d0bea9670ce8258a7e8f9db Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Thu, 9 Oct 2025 16:03:04 +0900 Subject: [PATCH] =?UTF-8?q?app/Http/Controllers/RegularContractCreateContr?= =?UTF-8?q?oller.php=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/RegularContractCreateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/RegularContractCreateController.php b/app/Http/Controllers/RegularContractCreateController.php index 4b60fa2..a28b05b 100644 --- a/app/Http/Controllers/RegularContractCreateController.php +++ b/app/Http/Controllers/RegularContractCreateController.php @@ -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, + 'contract_reduction' => $request->contract_reduction === 'はい' ? 1 : 0, 'update_flag' => 2, 'contract_cancel_flag' => 0, 'psection_id' => $request->psection_id,