diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql index 1c86bfe04f8..2d712cea6f7 100755 --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql @@ -28,6 +28,7 @@ create table llx_product_fournisseur_price fk_product integer, fk_soc integer, ref_fourn varchar(30), + desc_fourn text, fk_availability integer, price double(24,8) DEFAULT 0, quantity double,