From 1f272b0eb4daf2979f4764ae999fc0c1ef086af5 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Mon, 18 Jul 2011 10:22:22 +0000
Subject: [PATCH] Fix: bad gmap mode

---
 htdocs/comm/fiche.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 78a8a37ed23..b21ee7f00c7 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -26,7 +26,7 @@
  *       \file       htdocs/comm/fiche.php
  *       \ingroup    commercial, compta
  *       \brief      Page to show customer card of a third party
- *       \version    $Id$
+ *       \version    $Id: fiche.php,v 1.281 2011/07/18 10:22:22 hregis Exp $
  */
 
 require("../main.inc.php");
@@ -223,7 +223,7 @@ if ($socid > 0)
 
 	// Address
 	print '<tr><td valign="top">'.$langs->trans('Address').'</td><td colspan="3">';
-	dol_print_address($objsoc->address,'gmap','contact',$objsoc->id);
+	dol_print_address($objsoc->address,'gmap','thirdparty',$objsoc->id);
 	print "</td></tr>";
 
 	// Zip / Town
@@ -892,5 +892,5 @@ else
 $db->close();
 
 
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/18 10:22:22 $ - $Revision: 1.281 $');
 ?>
-- 
GitLab