mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #12893 from aspangaro/10.0_p33
Fix : Accounting - error on right
This commit is contained in:
@@ -855,7 +855,7 @@ print "</table>";
|
||||
print '</div>';
|
||||
|
||||
// TODO Replace this with mass delete action
|
||||
if ($user->rights->mouvements->creer)
|
||||
if ($user->rights->accounting->mouvements->creer)
|
||||
{
|
||||
print '<div class="tabsAction tabsActionNoBottom">' . "\n";
|
||||
print '<a class="butActionDelete" name="button_delmvt" href="'.$_SERVER["PHP_SELF"].'?action=delbookkeepingyear'.($param?'&'.$param:'').'">' . $langs->trans("DeleteMvt") . '</a>';
|
||||
|
||||
Reference in New Issue
Block a user