From 45aa1f6dd2b621cc35a79003fdcbb8f872185aa5 Mon Sep 17 00:00:00 2001 From: Aram HARUTYUNYAN Date: Thu, 28 Nov 2013 09:08:45 +0000 Subject: [PATCH] Issue #0001785: utiliser sdv1.tabIdLocal.dateSuppr --- library/WsScore/Interne/v0.6/Interne.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WsScore/Interne/v0.6/Interne.php b/library/WsScore/Interne/v0.6/Interne.php index 6873dae1..4a25c4f1 100644 --- a/library/WsScore/Interne/v0.6/Interne.php +++ b/library/WsScore/Interne/v0.6/Interne.php @@ -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) {