Holidays log now shows recent changes first
This commit is contained in:
parent
9935dad500
commit
f4973d5aa9
@ -43,7 +43,8 @@ llxHeader(array(),$langs->trans('CPTitreMenu'));
|
|||||||
|
|
||||||
|
|
||||||
$cp = new Holiday($db);
|
$cp = new Holiday($db);
|
||||||
$log_holiday = $cp->fetchLog('','');
|
//Recent changes are more important than old changes
|
||||||
|
$log_holiday = $cp->fetchLog('ORDER BY cpl.rowid DESC','');
|
||||||
|
|
||||||
print_fiche_titre($langs->trans('LogCP'));
|
print_fiche_titre($langs->trans('LogCP'));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user