From 3f949821af66d648abc7520f6991dd6afe3b3b02 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 Jan 2007 23:07:57 +0000 Subject: [PATCH] Fix: La purge faisait du zele. --- mysql/data/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index a996bb03c46..b431b597c28 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -317,7 +317,7 @@ insert into llx_accountingaccount (rowid, fk_pcg_version, pcg_type, pcg_subtype, -- Types action comm -- -delete from llx_c_actioncomm; +delete from llx_c_actioncomm where id in (1,2,3,4,5,8,9,50); insert into llx_c_actioncomm (id, code, type, libelle, module) values ( 1, 'AC_TEL', 'system', 'Appel Téléphonique' ,NULL); insert into llx_c_actioncomm (id, code, type, libelle, module) values ( 2, 'AC_FAX', 'system', 'Envoi Fax' ,NULL); insert into llx_c_actioncomm (id, code, type, libelle, module) values ( 3, 'AC_PROP', 'system', 'Envoi Proposition' ,'propal');