Skip to content

Commit

Permalink
Sirsi configuration was missing item type (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Jul 16, 2024
1 parent c3da78b commit 5e21b88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class SirsiDynixHorizonAuthLibrarySettings(BasicAuthProviderLibrarySettings):
"barcode": "Barcode",
"patrontype": "Patron Type",
},
type=ConfigurationFormItemType.SELECT,
),
)

Expand Down

0 comments on commit 5e21b88

Please sign in to comment.