From a093d621341d5b612dd44bbc8eeea8081f72de06 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Jul 2007 12:59:30 +0000 Subject: [PATCH] Suppression des tarifs lies --- htdocs/telephonie/tarifs/grille.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/tarifs/grille.php b/htdocs/telephonie/tarifs/grille.php index edb5e4420bc..cfb3bfa7e8a 100644 --- a/htdocs/telephonie/tarifs/grille.php +++ b/htdocs/telephonie/tarifs/grille.php @@ -128,7 +128,7 @@ if ($auth_write) $sql = "SELECT rowid, libelle"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_tarif"; - $sql .= " WHERE tlink = 0"; + //$sql .= " WHERE tlink = 0"; $sql .= " ORDER BY libelle ASC"; $resql = $db->query($sql);