Skip to content

Commit

Permalink
UIU-1482 - added chronology and copyNumber fields to loans exports
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdidenkoepam committed Aug 6, 2020
1 parent 2fbc915 commit f99365e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/data/reports/OverdueLoanReport.js
Expand Up @@ -22,6 +22,7 @@ const columns = [
'item.volume',
'item.enumeration',
'item.chronology',
'item.copyNumber',
'item.contributors',
'item.location.name',
'item.instanceId',
Expand Down
1 change: 1 addition & 0 deletions translations/ui-users/en.json
Expand Up @@ -689,6 +689,7 @@
"reports.overdue.item.callNumberComponents.suffix": "Call number suffix",
"reports.overdue.item.enumeration": "Enumeration",
"reports.overdue.item.chronology": "Chronology",
"reports.overdue.item.copyNumber": "Copy number",
"reports.overdue.item.volume": "Volume",
"reports.overdue.item.contributors": "Contributors",
"reports.overdue.item.location.name": "Location",
Expand Down

0 comments on commit f99365e

Please sign in to comment.