changes in factory module

This commit is contained in:
vadivel J 2024-10-04 08:59:55 +05:30
parent a7087f3849
commit 4b64e8dfc8
3 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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>
&nbsp;&nbsp;&nbsp;
</a>
</td>
</td>
</tr>
<?php
}

View File

@ -88,7 +88,7 @@ $energyType=$masterData['energy_type']??'';
<button type="submit" class="btn btn-success">Submit</button>
&nbsp;
<button type="button" class="btn btn-danger ">
<button type="button" class="btn btn-danger" onclick="window.history.back();">
Cancel</button>
</div>