diff --git a/htdocs/telephonie/sql/llx_telephonie_commission_conso.sql b/htdocs/telephonie/sql/llx_telephonie_commission_conso.sql index aadc9791c3f..dabe790230a 100644 --- a/htdocs/telephonie/sql/llx_telephonie_commission_conso.sql +++ b/htdocs/telephonie/sql/llx_telephonie_commission_conso.sql @@ -28,6 +28,7 @@ create table llx_telephonie_commission_conso ( fk_ligne integer NOT NULL, pourcentage real, montant real, + annul tinyint DEFAULT 0 -- indique si les comm sont annulées UNIQUE (date, fk_ligne)