This commit is contained in:
Aram HARUTYUNYAN 2013-11-18 14:00:49 +00:00
parent 3d23acb0f1
commit 8b952b1033

View File

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