Sort by start date
This commit is contained in:
parent
2e593b94b4
commit
9c548f99e9
@ -631,7 +631,7 @@ class ActionComm
|
||||
}
|
||||
}
|
||||
$sql.= " AND a.datep != 'null' "; // To exclude corrupted events and avoid errors in lightning/sunbird import
|
||||
$sql.= " ORDER by datec";
|
||||
$sql.= " ORDER by datep";
|
||||
|
||||
dolibarr_syslog("ActionComm::build_exportfile select events sql=".$sql);
|
||||
$resql=$this->db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user