mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
fixes sorting by lease type
fixes sorting on the "lease type" column (the underlying data structure is keyed on "act" instead of "type")
This commit is contained in:
parent
0d8b5c14e7
commit
ec39f8d389
@ -360,7 +360,7 @@ include("head.inc");?>
|
||||
<td class="act_sort" data-field="start"><?=gettext("Start"); ?></td>
|
||||
<td class="act_sort" data-field="end"><?=gettext("End"); ?></td>
|
||||
<td class="act_sort" data-field="online"><?=gettext("Status"); ?></td>
|
||||
<td class="act_sort" data-field="type"><?=gettext("Lease type"); ?></td>
|
||||
<td class="act_sort" data-field="act"><?=gettext("Lease type"); ?></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user