NEW Can rename uploaded or generated files on all "documents" tabs.

This commit is contained in:
Laurent Destailleur
2016-10-14 18:09:24 +02:00
parent 5e00fb8fc7
commit d27dea8320
17 changed files with 17 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ if ($id > 0 || ! empty($ref))
$modulepart = 'commande';
$permission = $user->rights->commande->creer;
$permtoedit = $user->rights->commande->creer;
$param = '&id=' . $object->id;
include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
}