From 098ffd482737a862fba1bb87ce07962d29fc404e Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 10 Nov 2019 12:12:14 +0100 Subject: [PATCH] add some comment --- htdocs/product/inventory/class/inventory.class.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php index be6ca6aa930..cefdfc37972 100644 --- a/htdocs/product/inventory/class/inventory.class.php +++ b/htdocs/product/inventory/class/inventory.class.php @@ -130,9 +130,18 @@ class Inventory extends CommonObject * @var int Status */ public $status; - + + /** + * @var integer|string date_creation + */ public $date_creation; + + /** + * @var integer|string date_validation + */ public $date_validation; + + public $tms; /**