stock changes 08-04-2025

This commit is contained in:
vadivelJ96 2025-04-08 08:43:34 +05:30
parent 2be9e0cdd0
commit bdcd16944b
2 changed files with 3 additions and 2 deletions

View File

@ -111,7 +111,8 @@ class Config_model extends Model
->join('t_employee_details updater_emp', 'updater_emp.EmpID = updater.EmpID', 'left')
->where('COM.Config_ID', $ConfigID)
->where('con.isActive', $isActiveFilter);
->where('con.isActive', $isActiveFilter)
->orderBy('con.Key', 'desc');
$query = $builder->get();

View File

@ -134,7 +134,7 @@ if (!empty($master)) {
<th>S.NO</th>
<th>Configuration Value</th>
<th>Created By</th>
<th>Updated By</th>
<th>Last Updated By</th>
<th>Action</th>
</tr>
</thead>