From 420f29864d3589cdd14f0ba6361ec66689fedd93 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Mar 2005 02:04:52 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Les=20param=E8tres=20des=20factures=20n'?= =?UTF-8?q?=E9tait=20pas=20=E9ditables=20(constantes=20non=20visibles)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 9 --------- pgsql/data/data.sql | 9 --------- 2 files changed, 18 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 805d132f4a3..dbafefb51e2 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -137,15 +137,6 @@ insert into llx_const (name, value, type) values ('DB_NAME_OSC','catalog','chain insert into llx_const (name, value, type) values ('OSC_LANGUAGE_ID','1','chaine'); insert into llx_const (name, value, type) values ('OSC_CATALOG_URL','http://osc.lafrere.lan/','chaine'); --- --- Factures --- - -insert into llx_const (name, value, type) values ('FAC_PDF_INTITULE','Facture','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_MEL','facture@societe.com','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_WWW','http://www.societe.com','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_LOGO','/documents/logo/mylogo.png','chaine'); - -- Dictionnaires llx_c diff --git a/pgsql/data/data.sql b/pgsql/data/data.sql index e87f77113a3..0e24a17d1a7 100644 --- a/pgsql/data/data.sql +++ b/pgsql/data/data.sql @@ -137,15 +137,6 @@ insert into llx_const (name, value, type) values ('DB_NAME_OSC','catalog','chain insert into llx_const (name, value, type) values ('OSC_LANGUAGE_ID','1','chaine'); insert into llx_const (name, value, type) values ('OSC_CATALOG_URL','http://osc.lafrere.lan/','chaine'); --- --- Factures --- - -insert into llx_const (name, value, type) values ('FAC_PDF_INTITULE','Facture','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_MEL','facture@societe.com','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_WWW','http://www.societe.com','chaine'); -insert into llx_const (name, value, type) values ('FAC_PDF_LOGO','/documents/logo/mylogo.png','chaine'); - -- Dictionnaires llx_c