Sort by start date

This commit is contained in:
Laurent Destailleur 2008-07-29 04:20:13 +00:00
parent 2e593b94b4
commit 9c548f99e9

View File

@ -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);