diff --git a/htdocs/bom/class/bom.class.php b/htdocs/bom/class/bom.class.php index 512044fedb2..0e57bebd922 100644 --- a/htdocs/bom/class/bom.class.php +++ b/htdocs/bom/class/bom.class.php @@ -1088,9 +1088,6 @@ class BOM extends CommonObject $this->unit_cost = price2num($this->total_cost * $this->qty, 'MU'); } } - - - } /**