From ba11db08146b22fc9cc56fa38063dadaef68030d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 27 Apr 2007 09:27:50 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20cr=E9ait=20un=20message=20d'erreur=20=E0?= =?UTF-8?q?=20l'install=20vu=20que=20la=20table=20n'existe=20plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index c63f050f522..072599e085a 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -202,7 +202,6 @@ insert into llx_const (name, value, type, visible, note) VALUES ('PROPALE_VALIDI -- delete from llx_accountingaccount; -delete from llx_accountingsystem_det; delete from llx_accountingsystem; insert into llx_accountingsystem (pcg_version, fk_pays, label, datec, fk_author, active) VALUES ('PCG99-ABREGE', 1, 'Plan de compte standard français abrégé', sysdate(), null, 0);