mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix phan
This commit is contained in:
parent
4c556babaf
commit
b86a48106b
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user