From 491fe4bdff521277ed824bf2c64cfe1a68eb7606 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 10 Nov 2019 11:09:09 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/mrp/class/mo.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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