Skip to content

Commit

Permalink
Fix phan
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 12, 2024
1 parent 4c556ba commit b86a481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/product/class/product.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b86a481

Please sign in to comment.