Bug 39049 - Do not allow on-site checkout for anonymous patron
Summary: Do not allow on-site checkout for anonymous patron
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 34910
Blocks:
  Show dependency treegraph
 
Reported: 2025-02-06 11:28 UTC by Fridolin Somers
Modified: 2025-02-06 11:28 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2025-02-06 11:28:02 UTC
Bug 34910 blocks anonymous patron for checkouts.
But in case on-site checkouts is forced it appears.
Depends on system preferences OnSiteCheckouts and OnSiteCheckoutsForce

Looks like the logic is in template, in my opinion we should move it to perl.
Maybe create a new var can_issue with values "yes" "no" "on-site-forced", it would replace "noissues" (used in double-negative UNLESS noissues).