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');