From 9cde9b7ac920b09711565148264acd32c03b7fe3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 6 Aug 2004 01:09:47 +0000 Subject: [PATCH] Fix: Correction mauvais affichage icon bookmark --- htdocs/compta/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 8e7dd606757..0a9e2e87582 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -194,7 +194,7 @@ if ($socid > 0) if ($user->societe_id == 0) { $head[$h][0] = DOL_URL_ROOT."/index.php?socidp=$societe->id&action=add_bookmark"; - $head[$h][1] = 'Bookmark'; + $head[$h][1] = 'Bookmark'; $head[$h][2] = 'image'; } dolibarr_fiche_head($head, $hselected, $societe->nom);