Issue #0001785: utiliser sdv1.tabIdLocal.dateSuppr

This commit is contained in:
Aram HARUTYUNYAN 2013-11-28 09:08:45 +00:00
parent 76acd31dad
commit 45aa1f6dd2

View File

@ -2704,7 +2704,7 @@ class Interne extends WsScore
$sql = $idlocalM->select()
->where('codPays=?', $codeCountry)
->orWhere('codPays IS NULL')
->where('id!=?', 63);
->where('dateSuppr=?', '0000-00-00 00:00:00');
$row = $idlocalM->fetchAll($sql);
} catch (Zend_Db_Exception $e) {
if ($this->tabInfoUser['idClient']!=1) {