Merge pull request #13990 from cfoellmann/fix-batch-delivery

fix #13988 - missing batch field extension
This commit is contained in:
Laurent Destailleur 2020-05-28 17:32:30 +02:00 committed by GitHub
commit f008338fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,6 +262,7 @@ ALTER TABLE llx_commande_fournisseur_dispatch MODIFY COLUMN batch varchar(128);
ALTER TABLE llx_stock_mouvement MODIFY COLUMN batch varchar(128);
ALTER TABLE llx_mrp_production MODIFY COLUMN batch varchar(128);
ALTER TABLE llx_mrp_production MODIFY qty real NOT NULL DEFAULT 1;
ALTER TABLE llx_expeditiondet_batch MODIFY COLUMN batch varchar(128);
create table llx_categorie_website_page
(