2
0
forked from Wavyzz/dolibarr

Fix debug BOM/MO

This commit is contained in:
Laurent Destailleur
2019-11-05 20:14:33 +01:00
parent 94bd0f71d9
commit 7c4942b7be
9 changed files with 27 additions and 14 deletions

View File

@@ -33,7 +33,8 @@ CREATE TABLE llx_bom_bom(
fk_user_creat integer NOT NULL,
fk_user_modif integer,
fk_user_valid integer,
import_key varchar(14),
import_key varchar(14),
model_pdf varchar(255),
status integer NOT NULL
-- END MODULEBUILDER FIELDS
) ENGINE=innodb;

View File

@@ -29,7 +29,8 @@ CREATE TABLE llx_mrp_mo(
tms timestamp,
fk_user_creat integer NOT NULL,
fk_user_modif integer,
import_key varchar(14),
import_key varchar(14),
model_pdf varchar(255),
status integer NOT NULL,
fk_product integer NOT NULL,
date_start_planned datetime,