diff --git a/htdocs/mrp/class/mo.class.php b/htdocs/mrp/class/mo.class.php index f688160c801..f05e38fa877 100644 --- a/htdocs/mrp/class/mo.class.php +++ b/htdocs/mrp/class/mo.class.php @@ -135,8 +135,18 @@ class Mo extends CommonObject public $import_key; public $status; public $fk_product; + + /** + * @var integer|string date_start_planned + */ public $date_start_planned; + + /** + * @var integer|string date_end_planned + */ public $date_end_planned; + + public $fk_bom; public $fk_project; // END MODULEBUILDER PROPERTIES