Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e46ceb4141
@ -986,7 +986,7 @@ class Entreprise extends Scores_Ws_Server
|
||||
|
||||
// --- Selection de l'historique
|
||||
$histo = array();
|
||||
$histoSql = "SELECT * FROM jo.greffes_affaires_histo WHERE idAffaire='".$affaireResult->idAffaire."' ORDER BY dateInsert DESC";
|
||||
$histoSql = "SELECT * FROM jo.greffes_affaires_histo WHERE idAffaire='".$affaireResult->idAffaire."' ORDER BY dateDecision DESC";
|
||||
try {
|
||||
$histoResult = $db->fetchAll($histoSql, null, Zend_DB::FETCH_OBJ);
|
||||
if (count($histoResult) > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user