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();
|
||||
|
||||
//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);
|
||||
|
||||
@ -127,11 +127,11 @@
|
||||
<td align="center">
|
||||
<a data-toggle="tooltip"
|
||||
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>
|
||||
|
||||
</a>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@ $energyType=$masterData['energy_type']??'';
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user