Summary: | Automatic renewals show incorrect count of renewals allowed when CircControl is set to "the library you're logged in at" | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | bugzilla, george, gmcharlt, kyle.m.hall, kyle, lisette, madamyk, trevor.diamond |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Andrew Fuerste-Henry
2020-09-21 12:22:40 UTC
I think if circ control is set to logged in library, and the interface AddRenewal is running from is "opac", we should be using issues.branchcode instead of the userenv branch. I think that solves the issue. We should syspref it to retain the existing behavior if wanted. (In reply to Kyle M Hall from comment #1) > I think if circ control is set to logged in library, and the interface > AddRenewal is running from is "opac", we should be using issues.branchcode > instead of the userenv branch. I think that solves the issue. We should > syspref it to retain the existing behavior if wanted. Amend "opac" in this to be "not intranet" and I think it still stands. As we're adding more libraries in our consortium to automatic renewal, this is causing a lot of confusion. +1 This is still happening in 24.05. It would be great if the system remembered the rules that the item was checked out with so that the information could be consistent regardless of who is looking at the patron record. |