http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374
Bug ID: 13374
Summary: AllowHoldsOnPatronsPossessions not working
Change sponsored?: ---
Product: Koha
Version: 3.16
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
We are trying to used AllowHoldsOnPatronsPossessions preference set to "Don't
Allow" and it works only some times.
opac-reserve.pl calls CheckIfIssuedToPatron($borrowernumber, $biblionumber) in
Circulation.pm
that calls GetItemsByBiblioitemnumber($biblionumber) in Items.pm
that is using a query "SELECT * FROM items WHERE items.biblioitemnumber = ?"
The problem is the query is searching for biblioitemnumber but we are passing
biblionumber.
I don't know if this is not a problem for other libraries but most of our
biblioitemnumber DO NOT EQUAL biblionumber.
It seems that we should not be using biblioitemnumbers for anything.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/