From 2c117e839efab9547bde614da07e048a79d4af9e Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Wed, 8 Feb 2006 15:31:55 +0000
Subject: [PATCH] Ajout champs prix

---
 htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_adsl_ligne.sql
index 1489906455d..9115be4d0ef 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;
-- 
GitLab