From ad1ac3141dda63d2d8adbbc9abca1fdf5e517977 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Fri, 8 Oct 2010 15:34:22 +0000 Subject: [PATCH] Task #8618: fix migration data --- htdocs/install/mysql/migration/2.9.0-3.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql index b298cfa8376..4e5d88ce90f 100644 --- a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql +++ b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql @@ -79,4 +79,4 @@ ALTER TABLE llx_ecm_directories ADD UNIQUE INDEX idx_ecm_directories (label, fk_ ALTER TABLE llx_ecm_documents ADD UNIQUE INDEX idx_ecm_documents (fullpath_dol); --Add modules facture fournisseur -insert into llx_const (name, value, type, note, visible) values ('EXPEDITION_ADDON', 'enlevement','chaine','',0); \ No newline at end of file +insert into llx_const (name, value, type, note, visible) values ('FACTURE_SUPPLIER_ADDON_PDF', 'canelle','chaine','',0); \ No newline at end of file