Skip to content

Commit

Permalink
UIU-3014: Add reminderFee to loan action map
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Dec 12, 2023
1 parent 481102a commit 2b1ccc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Fix wrong date in Cash-Drawer-Reconciliation-Report.pdf. Refs UIU-3010.
* Conditionally hide actions on closed loan records for DCB Circulation. Refs UIU-2989.
* Refactor CSS away from `color()` function. Refs UIU-3013.
* Add `reminderFee` to loan action map. Fixes UIU-3014.

## [10.0.4](https://github.com/folio-org/ui-users/tree/v10.0.4) (2023-11-10)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v10.0.3...v10.0.4)
Expand Down
1 change: 1 addition & 0 deletions src/components/data/static/loanActionMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export default {
'patronInfoAdded': 'ui-users.data.loanActionMap.patronInfo',
'staffInfoAdded': 'ui-users.data.loanActionMap.staffInfo',
'unknownAction': 'ui-users.data.loanActionMap.unknownAction',
'reminderFee': 'ui-users.data.loanActionMap.reminderFee'
};
1 change: 1 addition & 0 deletions translations/ui-users/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"data.loanActionMap.staffInfo": "Staff info only",
"data.loanActionMap.staffInfo.superseded": "Staff info (SUPERSEDED)",
"data.loanActionMap.unknownAction": "Unknown action",
"data.loanActionMap.reminderFee": "Reminder fee",
"user.unknown": "Unknown user",
"action": "Action",
"actionMenu.lostItems": "Lost items requiring actual cost",
Expand Down

0 comments on commit 2b1ccc8

Please sign in to comment.