From 37c91afe25cc44ba6f4bf8c901f6c2ed1bbfde60 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 9 Sep 2025 10:23:58 +0530 Subject: [PATCH] Rename subassembly_code to mot_subassembly_code in get_motor_master method for clarity --- app/Http/Controllers/TestingPanelController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/TestingPanelController.php b/app/Http/Controllers/TestingPanelController.php index a802b38..5f87493 100644 --- a/app/Http/Controllers/TestingPanelController.php +++ b/app/Http/Controllers/TestingPanelController.php @@ -458,7 +458,7 @@ class TestingPanelController extends Controller } $output = [ - "subassembly_code" => $motorTestingMaster->subassembly_code ?? "", + "mot_subassembly_code" => $motorTestingMaster->subassembly_code ?? "", "mot_model_name" => $description, "mot_non_isi_model" => $motorTestingMaster->isi_model ? "0" :"1", "mot_phase" => $motorTestingMaster->phase ?? "",