From dbb90e80a3dc74b518b80145d5ce444e3830beb3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Jun 2018 12:57:41 +0200 Subject: [PATCH] Fix syntax error --- htdocs/product/composition/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index 70f14f9edf5..7d2caabc8f8 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -395,7 +395,7 @@ if ($id > 0 || ! empty($ref)) } print ''; print ($notdefined?'':($value['nb']> 1 ? $value['nb'].'x' : ''); - if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency)); + if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency); else print $langs->trans($pricesell); print '';