diff --git a/app/Controllers/FactoryMachineController.php b/app/Controllers/FactoryMachineController.php index ba5025be..29611338 100644 --- a/app/Controllers/FactoryMachineController.php +++ b/app/Controllers/FactoryMachineController.php @@ -72,7 +72,7 @@ class FactoryMachineController extends BaseController $data['masterData'] = $this->factoryMachineMaster_model->where('id', $id)->where('is_active', 1)->first(); - //here we are using create Factory Machine Master Detail view for + //here we are using same view - create Factory Machine Master Detail for // updating Factory Machine Master Detail return $this->loadViews("factoryMachineMasterDetailsCreate", $this->global, $data, NULL); diff --git a/app/Views/factoryMachineMasterDetails.php b/app/Views/factoryMachineMasterDetails.php index ce4aa781..d6067f58 100644 --- a/app/Views/factoryMachineMasterDetails.php +++ b/app/Views/factoryMachineMasterDetails.php @@ -127,11 +127,11 @@     - + Submit   -