[Bug 15438] Checking out an on-hold item sends holder' s borrowernumber in AF (screen message) field.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #28 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Spent some time on this one and it is still confusing. With and without this patch I got back in AF: AFItem is reserved for another patron upon return.| Also saw this in log: Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:rescardnumber Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:resbranchcode Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:ressurname Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:resborrowernumber Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:resfirstname Jul 14 09:52:05 master koha_sip[31568]: Blocking checkout Reason:resreservedate My conclusion sofar: The problem is in the hash from CanBookBeIssued. The way we loop through this hash now in sub do_checkout will not (always) resolve the problem. It just depends on what comes first in the hash and fills screen_msg. Instead of looping thru all entries, we should probably test for exists RESERVED or exists RESERVED_WAITING etc. etc. Failed QA -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org