Qual: Rename file for standardisation

This commit is contained in:
Laurent Destailleur 2008-05-04 15:26:01 +00:00
parent b80d6be81f
commit f6f2c0a3e3
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ function societe_prepare_head($objsoc)
} }
if ($user->societe_id == 0) if ($user->societe_id == 0)
{ {
$head[$h][0] = DOL_URL_ROOT.'/societe/docsoc.php?socid='.$objsoc->id; $head[$h][0] = DOL_URL_ROOT.'/societe/document.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++;

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* \file htdocs/societe/docsoc.php * \file htdocs/societe/document.php
* \brief Tab for documents linked to third party * \brief Tab for documents linked to third party
* \ingroup societe * \ingroup societe
* \version $Id$ * \version $Id$
@ -167,7 +167,7 @@ if ($socid > 0)
// Affiche formulaire upload // Affiche formulaire upload
$formfile=new FormFile($db); $formfile=new FormFile($db);
$formfile->form_attach_new_file(DOL_URL_ROOT.'/societe/docsoc.php?socid='.$socid); $formfile->form_attach_new_file(DOL_URL_ROOT.'/societe/document.php?socid='.$socid);
// List of document // List of document