From bb3589e63e1101028124ea81ab34a94229f8d0ff Mon Sep 17 00:00:00 2001 From: Christian Humpel <78662388+Humml87@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:25:00 +0100 Subject: [PATCH] Fix #31670 (#31671) Invalid Type --- htdocs/product/class/api_products.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php index 848edad49bd..351ce3256fb 100644 --- a/htdocs/product/class/api_products.class.php +++ b/htdocs/product/class/api_products.class.php @@ -806,7 +806,7 @@ class Products extends DolibarrApi * @param int $availability Product availability * @param string $ref_fourn Supplier ref * @param float $tva_tx New VAT Rate (For example 8.5. Should not be a string) - * @param string|float $charges costs affering to product + * @param float $charges costs affering to product * @param float $remise_percent Discount regarding qty (percent) * @param float $remise Discount regarding qty (amount) * @param int $newnpr Set NPR or not