From b277d6f357a64756fca6a420d12b9d6fbf15678c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 12 Jun 2006 15:48:54 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20constante=20PROPALE=5FVALIDIT?= =?UTF-8?q?Y=5FDURATION=20pour=20d=E9finir=20une=20dur=E9e=20de=20validit?= =?UTF-8?q?=E9=20=20des=20propales=20par=20d=E9faut=20lors=20de=20la=20cr?= =?UTF-8?q?=E9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index ed17c51c268..a2fd1fd3fd8 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -294,4 +294,6 @@ update llx_societe_remise_except set description='Remise sans description' where alter table llx_societe_remise_except modify description varchar(255) NOT NULL; insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM', 'system', 'Envoi Commande'); -update llx_actioncomm set fk_action = '8' where fk_action = '3' and label = 'Envoi commande par mail' \ No newline at end of file +update llx_actioncomm set fk_action = '8' where fk_action = '3' and label = 'Envoi commande par mail' + +insert into llx_const (name, value, type, visible, note) VALUES ('PROPALE_VALIDITY_DURATION', '15', 'chaine', 1, 'Durée de validitée des propales'); \ No newline at end of file