From 792e85ea46389472f58c768ae61ccc8734f0578f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Feb 2008 00:38:26 +0000 Subject: [PATCH] Qual: Move files that were not at the right place. --- htdocs/lib/company.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/company.lib.php b/htdocs/lib/company.lib.php index 8f4dd72538f..eaf0616a566 100644 --- a/htdocs/lib/company.lib.php +++ b/htdocs/lib/company.lib.php @@ -77,14 +77,14 @@ function societe_prepare_head($objsoc) } if ($user->societe_id == 0) { - $head[$h][0] = DOL_URL_ROOT.'/socnote.php?socid='.$objsoc->id; + $head[$h][0] = DOL_URL_ROOT.'/societe/socnote.php?socid='.$objsoc->id; $head[$h][1] = $langs->trans("Note"); $head[$h][2] = 'note'; $h++; } if ($user->societe_id == 0) { - $head[$h][0] = DOL_URL_ROOT.'/docsoc.php?socid='.$objsoc->id; + $head[$h][0] = DOL_URL_ROOT.'/societe/docsoc.php?socid='.$objsoc->id; $head[$h][1] = $langs->trans("Documents"); $head[$h][2] = 'document'; $h++;