diff --git a/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql
index 1489906455d3d318ca32aa61541ef5373122b0e5..9115be4d0efeda68763d4423104098ed80972a4b 100644
--- a/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql
+++ b/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql
@@ -34,6 +34,6 @@ create table llx_telephonie_adsl_ligne (
   fk_commercial      integer NOT NULL,
   fk_user_creat      integer NOT NULL,
   statut             smallint DEFAULT -1,
-  note               text
-
+  note               text,
+  prix               real default 0
 )type=innodb;