Rename subassembly_code to mot_subassembly_code in get_motor_master method for clarity
This commit is contained in:
@@ -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 ?? "",
|
||||
|
||||
Reference in New Issue
Block a user