stock changes 08-04-2025
This commit is contained in:
parent
2be9e0cdd0
commit
bdcd16944b
@ -111,7 +111,8 @@ class Config_model extends Model
|
|||||||
->join('t_employee_details updater_emp', 'updater_emp.EmpID = updater.EmpID', 'left')
|
->join('t_employee_details updater_emp', 'updater_emp.EmpID = updater.EmpID', 'left')
|
||||||
|
|
||||||
->where('COM.Config_ID', $ConfigID)
|
->where('COM.Config_ID', $ConfigID)
|
||||||
->where('con.isActive', $isActiveFilter);
|
->where('con.isActive', $isActiveFilter)
|
||||||
|
->orderBy('con.Key', 'desc');
|
||||||
|
|
||||||
|
|
||||||
$query = $builder->get();
|
$query = $builder->get();
|
||||||
|
|||||||
@ -134,7 +134,7 @@ if (!empty($master)) {
|
|||||||
<th>S.NO</th>
|
<th>S.NO</th>
|
||||||
<th>Configuration Value</th>
|
<th>Configuration Value</th>
|
||||||
<th>Created By</th>
|
<th>Created By</th>
|
||||||
<th>Updated By</th>
|
<th>Last Updated By</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user