Skip to content

Commit

Permalink
Merge pull request #537 from folio-org/ODFQMMGR-576
Browse files Browse the repository at this point in the history
MODFQMMGR-576: The field Exchange rate — Rate is not queryable in the …
  • Loading branch information
kjain110 authored Nov 13, 2024
2 parents 5c33d17 + 4a9df3d commit 33a3a49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
isIdColumn: false,
queryable: true,
visibleByDefault: false,
valueGetter: ':sourceAlias.exchange_rate',
valueGetter: "(:sourceAlias.exchange_rate)::float",
valueFunction: '(:value)::float'
},
],
}

0 comments on commit 33a3a49

Please sign in to comment.