diff --git a/app/Http/Controllers/TestingPanelController.php b/app/Http/Controllers/TestingPanelController.php index a802b383e..5f8749367 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 ?? "",