https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39049 Bug ID: 39049 Summary: Do not allow on-site checkout for anonymous patron Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com 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). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.