From 5e5c007557d89b1b4bef84c3d13f734f54e25370 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Jun 2010 20:39:43 +0000 Subject: [PATCH] Minor fix --- htdocs/societe/lien.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/societe/lien.php b/htdocs/societe/lien.php index b87a7a0beb6..6fadafd7d6d 100644 --- a/htdocs/societe/lien.php +++ b/htdocs/societe/lien.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -84,6 +84,9 @@ if($_GET["socid"] && $_GET["delsocid"]) +/* + * View + */ llxHeader(); @@ -138,7 +141,7 @@ if($_GET["socid"]) { $socm = new Societe($db); $socm->fetch($soc->parent); - print ''.img_object($langs->trans("ShowCompany"),'company').' '.$socm->nom.''.($socm->code_client?"(".$socm->code_client.")":""); + print ''.img_object($langs->trans("ShowCompany"),'company').' '.$socm->nom.''.($socm->code_client?" (".$socm->code_client.")":""); print ($socm->ville?' - '.$socm->ville:''); print ' '; print img_delete();