Qual: Move files that were not at the right place.
This commit is contained in:
parent
792e85ea46
commit
2f61e50948
@ -363,12 +363,13 @@ function show_actions_done($conf,$langs,$db,$objsoc)
|
||||
global $bc;
|
||||
|
||||
if ($conf->agenda->enabled)
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
|
||||
$actionstatic=new ActionComm($db);
|
||||
$userstatic=new User($db);
|
||||
$contactstatic = new Contact($db);
|
||||
$facturestatic=new Facture($db);
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
|
||||
$actionstatic=new ActionComm($db);
|
||||
$userstatic=new User($db);
|
||||
$contactstatic = new Contact($db);
|
||||
$facturestatic=new Facture($db);
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/docsoc.php
|
||||
\brief Fichier onglet documents li<EFBFBD>s <EFBFBD> la soci<EFBFBD>t<EFBFBD>
|
||||
\file htdocs/societe/docsoc.php
|
||||
\brief Tab for documents linked to third party
|
||||
\ingroup societe
|
||||
\version $Id$
|
||||
*/
|
||||
@ -166,7 +166,7 @@ if ($socid > 0)
|
||||
|
||||
// Affiche formulaire upload
|
||||
$formfile=new FormFile($db);
|
||||
$formfile->form_attach_new_file(DOL_URL_ROOT.'/docsoc.php?socid='.$socid);
|
||||
$formfile->form_attach_new_file(DOL_URL_ROOT.'/societe/docsoc.php?socid='.$socid);
|
||||
|
||||
// Affiche liste des documents existant
|
||||
print_titre($langs->trans("AttachedFiles"));
|
||||
@ -19,8 +19,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/socnote.php
|
||||
\brief Fichier onglet notes liées à la société
|
||||
\file htdocs/societe/socnote.php
|
||||
\brief Tab for notes on third party
|
||||
\ingroup societe
|
||||
\version $Id$
|
||||
*/
|
||||
@ -66,7 +66,7 @@ if ($socid > 0)
|
||||
dolibarr_fiche_head($head, 'note', $langs->trans("ThirdParty"));
|
||||
|
||||
|
||||
print "<form method=\"post\" action=\"socnote.php\">";
|
||||
print "<form method=\"post\" action=\"".DOL_URL_ROOT."/societe/socnote.php\">";
|
||||
|
||||
print '<table class="border" width="100%">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user