From 7cbf559ca3d9cfaba6674a7bd54b64e9308d9a95 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Jan 2005 11:59:05 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20champs=20fk=5Fcommercial=5Fsign=20Le=20?= =?UTF-8?q?champs=20fk=5Fcommercial=20est=20ammen=E9=20=E0=20disparaitre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql index ab346f49390..f1da345176b 100644 --- a/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql +++ b/htdocs/telephonie/sql/llx_telephonie_societe_ligne.sql @@ -40,6 +40,7 @@ create table llx_telephonie_societe_ligne ( remise real DEFAULT 0, note text, fk_commercial integer NOT NULL, + fk_commercial_sign integer NOT NULL, fk_commercial_suiv integer NOT NULL, fk_concurrent integer DEFAULT 1 NOT NULL, fk_user_creat integer,