Skip to content

Commit

Permalink
UIU-2126: Fix permission error for Refunds to Process Manually report
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko authored and zburke committed Apr 20, 2021
1 parent a60e8ed commit 7a1a70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fix Custom Fields error message by adding a missing permission. Fixes UIU-2104.
* Fix Notify patron box behavior for New fee/fine when default patron notice is set. Refs UIU-2111.
* Fix disabling "Save & close" button for Manual patron block. Refs UIU-2123.
* Fix permission error for "Refunds to Process Manually" report. Refs UIU-2126.

## [6.0.0](https://github.com/folio-org/ui-users/tree/v6.0.0) (2021-03-18)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v5.0.9...v6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"feefines.item.post",
"feefines.item.put",
"settings.users.enabled",
"feefine-reports.refund.get"
"feefine-reports.refund.post"
],
"visible": true
},
Expand Down

0 comments on commit 7a1a70a

Please sign in to comment.