changes in factory module
This commit is contained in:
parent
a7087f3849
commit
4b64e8dfc8
@ -72,7 +72,7 @@ class FactoryMachineController extends BaseController
|
|||||||
|
|
||||||
$data['masterData'] = $this->factoryMachineMaster_model->where('id', $id)->where('is_active', 1)->first();
|
$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
|
// updating Factory Machine Master Detail
|
||||||
|
|
||||||
return $this->loadViews("factoryMachineMasterDetailsCreate", $this->global, $data, NULL);
|
return $this->loadViews("factoryMachineMasterDetailsCreate", $this->global, $data, NULL);
|
||||||
|
|||||||
@ -127,7 +127,7 @@
|
|||||||
<td align="center">
|
<td align="center">
|
||||||
<a data-toggle="tooltip"
|
<a data-toggle="tooltip"
|
||||||
href="<?php echo base_url(); ?>loadView_updateFactoryMachineMasterDetail?id=<?php echo $record['id'] ?>"
|
href="<?php echo base_url(); ?>loadView_updateFactoryMachineMasterDetail?id=<?php echo $record['id'] ?>"
|
||||||
target="new"><i class="fa fa-pencil-alt" data-toggle="tooltip"
|
><i class="fa fa-pencil-alt" data-toggle="tooltip"
|
||||||
title="- Click here to Edit "></i>
|
title="- Click here to Edit "></i>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -88,7 +88,7 @@ $energyType=$masterData['energy_type']??'';
|
|||||||
|
|
||||||
<button type="submit" class="btn btn-success">Submit</button>
|
<button type="submit" class="btn btn-success">Submit</button>
|
||||||
|
|
||||||
<button type="button" class="btn btn-danger ">
|
<button type="button" class="btn btn-danger" onclick="window.history.back();">
|
||||||
Cancel</button>
|
Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user