From 2d260fa6dd848b17b793f2b267e3b63242ca5a4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Nov 2013 14:25:53 +0100 Subject: [PATCH] Fix: Missing alignement --- htdocs/product/composition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/composition/fiche.php b/htdocs/product/composition/fiche.php index fac6402e300..f770e48b715 100644 --- a/htdocs/product/composition/fiche.php +++ b/htdocs/product/composition/fiche.php @@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans("TotalBuyingPriceMin").': '; if ($atleastonenotdefined) print $langs->trans("Unknown").' ('.$langs->trans("SomeSubProductHaveNoPrices").')'; print ''; - print ''.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).''; + print ''.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).''; if (! empty($conf->stock->enabled)) print ' '; print ''; print '';