mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #17856 from FHenry/dev_fix_imagnethumbnail_project_files
fix: #17827
This commit is contained in:
commit
85a8a66545
|
|
@ -164,7 +164,7 @@ if ($object->id > 0) {
|
|||
|
||||
print dol_get_fiche_end();
|
||||
|
||||
$modulepart = 'project';
|
||||
$modulepart = 'projet';
|
||||
$permissiontoadd = ($userWrite > 0);
|
||||
$permtoedit = ($userWrite > 0);
|
||||
include DOL_DOCUMENT_ROOT.'/core/tpl/document_actions_post_headers.tpl.php';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user