checkstyle
This commit is contained in:
parent
70ae7b6686
commit
039bd5b4c8
@ -233,14 +233,6 @@ if ($object->id > 0)
|
|||||||
$permission = $user->rights->projet->creer;
|
$permission = $user->rights->projet->creer;
|
||||||
$param = '&id=' . $object->id;
|
$param = '&id=' . $object->id;
|
||||||
include_once DOL_DOCUMENT_ROOT . '/core/tpl/doc2.tpl.php';
|
include_once DOL_DOCUMENT_ROOT . '/core/tpl/doc2.tpl.php';
|
||||||
/*// Affiche formulaire upload
|
|
||||||
$formfile=new FormFile($db);
|
|
||||||
$formfile->form_attach_new_file(DOL_URL_ROOT.'/projet/tasks/document.php?id='.$object->id.($withproject?'&withproject=1':''),'',0,0,$user->rights->projet->creer,50,$object);
|
|
||||||
|
|
||||||
|
|
||||||
// List of document
|
|
||||||
$param='&id='.$object->id;
|
|
||||||
$formfile->list_of_documents($filearray,$object,'projet',$param,0,dol_sanitizeFileName($projectstatic->ref).'/'.dol_sanitizeFileName($object->ref).'/');*/
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user