mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
Merge pull request #17856 from FHenry/dev_fix_imagnethumbnail_project_files
fix: #17827
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user