Holidays log now shows recent changes first

This commit is contained in:
Marcos García 2013-04-29 22:02:40 +02:00
parent 9935dad500
commit f4973d5aa9

View File

@ -43,7 +43,8 @@ llxHeader(array(),$langs->trans('CPTitreMenu'));
$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'));