From 17ac6fee618926b5c7a5dc2a38d90592e39c7ecc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Jan 2025 01:55:07 +0100 Subject: [PATCH] Doc --- htdocs/install/mysql/tables/llx_product_fournisseur_price.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql index f4a90409958..0350e98dc49 100644 --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql @@ -49,7 +49,7 @@ create table llx_product_fournisseur_price fk_supplier_price_expression integer, -- Link to the rule for dynamic price calculation delivery_time_days integer, supplier_reputation varchar(10), - packaging real DEFAULT NULL, + packaging real DEFAULT NULL, -- qty bought will be a multiple of this value fk_multicurrency integer, multicurrency_code varchar(3), multicurrency_tx double(24,8) DEFAULT 1,