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 ''.$langs->trans('Address').''; - dol_print_address($objsoc->address,'gmap','contact',$objsoc->id); + dol_print_address($objsoc->address,'gmap','thirdparty',$objsoc->id); print ""; // Zip / Town @@ -892,5 +892,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/18 10:22:22 $ - $Revision: 1.281 $'); ?>