Missing return comment

This commit is contained in:
Maxime Kohlhaas 2020-03-30 10:33:48 +02:00
parent b0e7bd8a30
commit 8e4e1002f9

View File

@ -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';