Fix phpcs

This commit is contained in:
Laurent Destailleur 2022-01-31 14:05:30 +01:00
parent b63db22947
commit 902246e50b

View File

@ -1091,7 +1091,6 @@ class BOM extends CommonObject
return -2; return -2;
} }
} }
} }
$this->total_cost = price2num($this->total_cost, 'MT'); $this->total_cost = price2num($this->total_cost, 'MT');