From 902246e50ba44429101e5f2cb4374486a1e31013 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Jan 2022 14:05:30 +0100 Subject: [PATCH] Fix phpcs --- htdocs/bom/class/bom.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/bom/class/bom.class.php b/htdocs/bom/class/bom.class.php index 4923e9d0ca2..5f732c47300 100644 --- a/htdocs/bom/class/bom.class.php +++ b/htdocs/bom/class/bom.class.php @@ -1091,7 +1091,6 @@ class BOM extends CommonObject return -2; } } - } $this->total_cost = price2num($this->total_cost, 'MT');