Skip to content

Commit

Permalink
MODFQMMGR-360: removing redundant field
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Jun 28, 2024
1 parent ada61cc commit 67e81fc
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,6 @@
visibleByDefault: false,
valueGetter: ":sourceAlias.jsonb->'loansPolicy'->>'closedLibraryDueDateManagementId'",
},
{
name: 'item_limit',
sourceAlias: 'lp',
dataType: {
dataType: 'integerType',
},
isIdColumn: false,
queryable: true,
visibleByDefault: false,
valueGetter: ":sourceAlias.jsonb->'loansPolicy'->>'itemLimit'",
},
{
name: 'renewable',
sourceAlias: 'lp',
Expand Down

0 comments on commit 67e81fc

Please sign in to comment.