diff --git a/htdocs/mrp/class/mo.class.php b/htdocs/mrp/class/mo.class.php index f05e38fa877..8e53cffd020 100644 --- a/htdocs/mrp/class/mo.class.php +++ b/htdocs/mrp/class/mo.class.php @@ -135,18 +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