From b704e17c3b06a4918a7c7a6df4d0efb22c773dca Mon Sep 17 00:00:00 2001 From: eldy Date: Wed, 24 Aug 2011 01:35:39 +0200 Subject: [PATCH] Fix: Address in correct field --- htdocs/societe/agenda.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php index 09d69531be7..e7f8bb7b112 100644 --- a/htdocs/societe/agenda.php +++ b/htdocs/societe/agenda.php @@ -111,7 +111,9 @@ if ($_GET["socid"]) print ''.$langs->trans('Gencod').''.$soc->gencod.''; } - print "".$langs->trans('Address')."".dol_print_address($soc->address, 'gmap', 'thirdparty', $soc->id).""; + print "".$langs->trans('Address').""; + dol_print_address($soc->address, 'gmap', 'thirdparty', $soc->id); + print ""; // Zip / Town print ''.$langs->trans('Zip').''.$soc->cp."";