diff --git a/src/main/resources/entity-types/circulation/simple_loan_policy.json5 b/src/main/resources/entity-types/circulation/simple_loan_policy.json5 index 51338a1b..7726f105 100644 --- a/src/main/resources/entity-types/circulation/simple_loan_policy.json5 +++ b/src/main/resources/entity-types/circulation/simple_loan_policy.json5 @@ -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',