Skip to content

Commit

Permalink
'effective-call-number-sorting'
Browse files Browse the repository at this point in the history
  • Loading branch information
manvendra-s-rathore committed Feb 5, 2024
1 parent f2425b2 commit 64da48f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function getListDataFormatter(
key:'callNumber',
view: formatMessage({ id: 'ui-users.loans.details.effectiveCallNumber' }),
formatter: loan => (<div data-test-list-call-numbers>{effectiveCallNumber(loan)}</div>),
sorter: loan => effectiveCallNumber(loan),
},
'loanPolicy': {
key:'loanPolicy',
Expand Down

0 comments on commit 64da48f

Please sign in to comment.