[Koha-bugs] [Bug 15438] Checking out an on-hold item sends holder' s borrowernumber in AF (screen message) field.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 24 13:34:26 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438

--- Comment #11 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
OK this was introduced in a fix for Bug 4946 which changed how CanBookBEIssued
returns data to the caller. Previously the routine returned a hashref of
reasons for confirmation denial and each entry could be a key for further data
this flattened it out and returns borrowernumber, surname and firstname as top
level keys (i.e. they appear where the caller expects reasons) If you
repeatedly try to issue the same item we then get these being fed in turn. 
CanBookBeIssued is a bit of a mess (the number of things passed back to the
caller can vary according to circumstances) The Sip check out needs some logic
to make sense of the return as the sub itself fails to

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list