Fix: Missing picto

This commit is contained in:
Laurent Destailleur
2009-12-30 13:01:52 +00:00
parent 3725ebf5ba
commit 224cda16d9

View File

@@ -86,7 +86,7 @@ if ($_socid > 0)
if ($objsoc->client == 1) $tabchoice='customer'; if ($objsoc->client == 1) $tabchoice='customer';
if ($objsoc->client == 2) $tabchoice='prospect'; 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 '<form method="POST" action="multiprix.php?id='.$objsoc->id.'">'; print '<form method="POST" action="multiprix.php?id='.$objsoc->id.'">';