Issue #0001785:
This commit is contained in:
parent
3d23acb0f1
commit
8b952b1033
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user