Fix sort on last actions
This commit is contained in:
parent
e99f190ff1
commit
5ba4a57b61
@ -167,7 +167,7 @@ class FormActions
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
|
||||
|
||||
$sortfield='a.datep';
|
||||
$sortfield='a.datep,a.id';
|
||||
$sortorder='DESC';
|
||||
|
||||
$listofactions=ActionComm::getActions($this->db, $socid, $object->id, $typeelement, '', $sortfield, $sortorder, ($max?($max+1):0));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user