Skip to content
Snippets Groups Projects
Commit f9d5e6fc authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Task #8618: add field model_pdf to facture_fourn table

parent 2b372061
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ 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 ('INVOICE_SUPPLIER_ADDON_PDF', 'canelle','chaine','',0);
ALTER TABLE llx_facture_fourn ADD COLUMN model_pdf varchar(50) after note_public;
create table llx_c_ziptown
(
......
......@@ -61,6 +61,7 @@ create table llx_facture_fourn
note text,
note_public text,
model_pdf varchar(50),
import_key varchar(14)
)type=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment