From 7ad7943d2b478ece8b37b0e2b1b0af3c626ef33f Mon Sep 17 00:00:00 2001 From: lvessiller Date: Wed, 13 Apr 2022 16:17:14 +0200 Subject: [PATCH] FIX categories product property comment --- htdocs/product/inventory/class/inventory.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php index ecb9df3a40c..fb255364470 100644 --- a/htdocs/product/inventory/class/inventory.class.php +++ b/htdocs/product/inventory/class/inventory.class.php @@ -141,7 +141,7 @@ class Inventory extends CommonObject public $fk_product; /** - * @var int Categories id + * @var string Categories id separated by comma */ public $fk_categories_product;