diff --git a/htdocs/telephonie/sql/llx_telephonie_contrat.sql b/htdocs/telephonie/sql/llx_telephonie_contrat.sql index 6f32923da70..e472612b095 100644 --- a/htdocs/telephonie/sql/llx_telephonie_contrat.sql +++ b/htdocs/telephonie/sql/llx_telephonie_contrat.sql @@ -40,6 +40,8 @@ create table llx_telephonie_contrat ( isfacturable enum('oui','non') DEFAULT 'oui', mode_paiement enum('vir','pre') DEFAULT 'pre', + grille_tarif integer DEFAULT 1, + note text, UNIQUE (ref)