This commit is contained in:
Laurent Destailleur 2024-11-12 12:43:50 +01:00
parent 4c556babaf
commit b86a48106b

View File

@ -356,14 +356,14 @@ class Product extends CommonObject
/**
* Stock real (denormalized data)
*
* @var int
* @var float
*/
public $stock_reel = 0;
/**
* Stock virtual
*
* @var int
* @var float
*/
public $stock_theorique;