Prepare report generation for the warehouse module

This commit is contained in:
wdammak 2018-05-04 17:59:48 +01:00 committed by GitHub
parent efc00f687a
commit 9012a77a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,3 +451,6 @@ 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`;