Skip to content

Commit

Permalink
Merge pull request #8323 from atm-alexis/FIX_module_right_use
Browse files Browse the repository at this point in the history
FIX module builder good write to add
  • Loading branch information
eldy committed Mar 10, 2018
2 parents 466f87e + 5d69248 commit 1e4dd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/modulebuilder/template/myobject_card.php
Expand Up @@ -113,7 +113,7 @@
{
$error=0;

$permissiontoadd = $user->rights->mymodule->create;
$permissiontoadd = $user->rights->mymodule->write;
$permissiontodelete = $user->rights->mymodule->delete;
$backurlforlist = dol_buildpath('/mymodule/myobject_list.php',1);

Expand Down

0 comments on commit 1e4dd72

Please sign in to comment.