Task # 559 : forgot to update supplier prices sql table
This commit is contained in:
parent
03cf96ed31
commit
84df6bd639
@ -31,6 +31,8 @@ create table llx_product_fournisseur_price
|
|||||||
fk_availability integer,
|
fk_availability integer,
|
||||||
price double(24,8) DEFAULT 0,
|
price double(24,8) DEFAULT 0,
|
||||||
quantity double,
|
quantity double,
|
||||||
|
remise_percent double NOT NULL DEFAULT 0,
|
||||||
|
remise double NOT NULL DEFAULT 0,
|
||||||
unitprice double(24,8) DEFAULT 0,
|
unitprice double(24,8) DEFAULT 0,
|
||||||
charges double(24,8) DEFAULT 0,
|
charges double(24,8) DEFAULT 0,
|
||||||
unitcharges double(24,8) DEFAULT 0,
|
unitcharges double(24,8) DEFAULT 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user