From 224cda16d986d156cfaacb81f81d5c272a783e9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 30 Dec 2009 13:01:52 +0000 Subject: [PATCH] Fix: Missing picto --- htdocs/comm/multiprix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/multiprix.php b/htdocs/comm/multiprix.php index 3e15d794d7e..e641b5a3f27 100644 --- a/htdocs/comm/multiprix.php +++ b/htdocs/comm/multiprix.php @@ -86,7 +86,7 @@ if ($_socid > 0) if ($objsoc->client == 1) $tabchoice='customer'; if ($objsoc->client == 2) $tabchoice='prospect'; - dol_fiche_head($head, $tabchoice, $langs->trans("ThirdParty")); + dol_fiche_head($head, $tabchoice, $langs->trans("ThirdParty"), 0, 'company'); print '
';