From fc0934790a676bbd843c8d33d4bc3be117c6589d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 15 May 2006 13:08:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20on=20doit=20activer=20de=20nouveau=20le?= =?UTF-8?q?=20sous=20module=20exp=E9dition?= 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, 1 insertion(+), 3 deletions(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index d417d8799bf..1a2cedeb29c 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -224,6 +224,4 @@ insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) v insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (100, 'commande', 'external', 'BILLING', 'Contact client facturation commande', 1); insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (101, 'commande', 'external', 'CUSTOMER', 'Contact client suivi commande', 1); -insert into llx_c_pays (rowid,code,libelle) values (30, 'SG', 'Singapoure'); - -update llx_const set name='MAIN_SUBMODULE_EXPEDITION' where name='MAIN_MODULE_EXPEDITION'; \ No newline at end of file +insert into llx_c_pays (rowid,code,libelle) values (30, 'SG', 'Singapoure'); \ No newline at end of file