Prepare the adding pdf models to the stock module

This commit is contained in:
wdammak
2018-05-03 00:38:38 +01:00
committed by GitHub
parent 33b96a4fb3
commit bca8d0844e

View File

@@ -451,3 +451,7 @@ ALTER TABLE llx_accounting_journal ADD UNIQUE INDEX uk_accounting_journal_code (
UPDATE llx_c_email_templates SET lang = '' WHERE lang IS NULL;
-- Warehouse
ALTER TABLE `llx_entrepot` ADD `model_pdf` VARCHAR(255) AFTER `fk_user_author`;
ALTER TABLE `llx_stock_mouvement` ADD `model_pdf` VARCHAR(255) AFTER `origintype`;