diff --git a/htdocs/telephonie/tarifs/config/index.php b/htdocs/telephonie/tarifs/config/index.php index 0345b28a055..7b282deb039 100644 --- a/htdocs/telephonie/tarifs/config/index.php +++ b/htdocs/telephonie/tarifs/config/index.php @@ -117,9 +117,9 @@ if ($resql) print '
';
$sql = "SELECT d.libelle as tarif_desc, d.type_tarif, d.rowid";
@@ -67,7 +70,7 @@ if ($resql)
print '
|
';
-$sql = "SELECT tt.libelle as tarif_desc, tt.rowid";
+$sql = "SELECT tt.libelle as tarif_desc, tt.rowid, tt.type";
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_tarif as tt";
$sql .= " ORDER BY tt.libelle;";
@@ -86,7 +86,7 @@ if ($result)
print '
|