From 8e4e1002f939a541cf9152da47b0f879f8e89687 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Mon, 30 Mar 2020 10:33:48 +0200 Subject: [PATCH] Missing return comment --- htdocs/bom/class/bom.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/bom/class/bom.class.php b/htdocs/bom/class/bom.class.php index ea47b39dad2..54411f2da0f 100644 --- a/htdocs/bom/class/bom.class.php +++ b/htdocs/bom/class/bom.class.php @@ -1005,6 +1005,7 @@ class BOM extends CommonObject /** * BOM costs calculation based on cost_price or pmp of each BOM line + * @return void */ public function calculateCosts() { include_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';