Modif champs price
This commit is contained in:
parent
bd61c17e0a
commit
94844ff079
@ -28,7 +28,7 @@ create table llx_stock_mouvement
|
||||
fk_product integer NOT NULL,
|
||||
fk_entrepot integer NOT NULL,
|
||||
value integer,
|
||||
price float DEFAULT 0,
|
||||
price float(13,4) DEFAULT 0,
|
||||
type_mouvement smallint,
|
||||
fk_user_author integer,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user