diff --git a/htdocs/install/mysql/data/llx_const.sql b/htdocs/install/mysql/data/llx_const.sql index 95679d8ff29..b9a0eec1347 100644 --- a/htdocs/install/mysql/data/llx_const.sql +++ b/htdocs/install/mysql/data/llx_const.sql @@ -129,6 +129,7 @@ insert into llx_const (name, value, type, note, visible) values ('COMMANDE_ADDON insert into llx_const (name, value, type, note, visible) values ('COMMANDE_ADDON_PDF', 'einstein','chaine', '',0); insert into llx_const (name, value, type, note, visible) values ('COMMANDE_SUPPLIER_ADDON', 'mod_commande_fournisseur_muguet','chaine','',0); insert into llx_const (name, value, type, note, visible) values ('COMMANDE_SUPPLIER_ADDON_PDF', 'muscadet','chaine','',0); +insert into llx_const (name, value, type, note, visible) values ('INVOICE_SUPPLIER_ADDON_PDF', 'canelle','chaine','',0); insert into llx_const (name, value, type, note, visible) values ('EXPEDITION_ADDON', 'enlevement','chaine','',0); insert into llx_const (name, value, type, note, visible) values ('EXPEDITION_ADDON_PDF','rouget','chaine','',0); insert into llx_const (name, value, type, note, visible) values ('FICHEINTER_ADDON', 'pacific','chaine','',0); 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 13856ba26e4..b298cfa8376 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 @@ -77,3 +77,6 @@ ALTER TABLE llx_product ADD COLUMN fk_country integer after customcode; ALTER TABLE llx_ecm_directories ADD UNIQUE INDEX idx_ecm_directories (label, fk_parent, entity); 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