Qual: Rename file for standardisation
This commit is contained in:
parent
b80d6be81f
commit
f6f2c0a3e3
@ -84,7 +84,7 @@ function societe_prepare_head($objsoc)
|
||||
}
|
||||
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][2] = 'document';
|
||||
$h++;
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/societe/docsoc.php
|
||||
* \file htdocs/societe/document.php
|
||||
* \brief Tab for documents linked to third party
|
||||
* \ingroup societe
|
||||
* \version $Id$
|
||||
@ -167,7 +167,7 @@ if ($socid > 0)
|
||||
|
||||
// Affiche formulaire upload
|
||||
$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
|
||||
Loading…
Reference in New Issue
Block a user