Qual: Move files that were not at the right place.

This commit is contained in:
Laurent Destailleur 2008-02-29 00:38:26 +00:00
parent c3df65aee0
commit 792e85ea46

View File

@ -77,14 +77,14 @@ function societe_prepare_head($objsoc)
} }
if ($user->societe_id == 0) 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][1] = $langs->trans("Note");
$head[$h][2] = 'note'; $head[$h][2] = 'note';
$h++; $h++;
} }
if ($user->societe_id == 0) 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][1] = $langs->trans("Documents");
$head[$h][2] = 'document'; $head[$h][2] = 'document';
$h++; $h++;