forked from Wavyzz/dolibarr
Change fk_unit service lines management
This commit is contained in:
@@ -25,7 +25,7 @@ CREATE TABLE llx_bom_bomline(
|
||||
qty_frozen smallint DEFAULT 0,
|
||||
disable_stock_change smallint DEFAULT 0,
|
||||
efficiency double(24,8) NOT NULL DEFAULT 1,
|
||||
duration_unit varchar(6) NULL,
|
||||
fk_unit integer NULL,
|
||||
position integer NOT NULL DEFAULT 0
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user