From 7063850034fbfc6f55ffa578a0079ef11f458f2d Mon Sep 17 00:00:00 2001 From: atm-greg Date: Mon, 6 Aug 2018 16:32:25 +0200 Subject: [PATCH] add sql field --- htdocs/install/mysql/tables/llx_product_fournisseur_price.sql | 1 + 1 file changed, 1 insertion(+) 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,