FIX categories product property comment

This commit is contained in:
lvessiller 2022-04-13 16:17:14 +02:00
parent 1cb56adb2e
commit 7ad7943d2b

View File

@ -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;