[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
Tue Aug 23 21:29:08 CEST 2016


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

--- Comment #6 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
Think whats being exposed here is that CanBookBeIssued is returning a 3 element
return (although still documented as being 2!!) and the Sip routine does not
reflect that change.
The Sip code should not pass a borrowernumber into AF you should see a 'on hold
for another patron' message. The crude add all reasons logic is there because
new reasons get added to C4/Circulation but not to the sip interface and theres
a danger of saying "Not issued because --" The fix would be to make the call
match how it now appears in C4::Circulation

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


More information about the Koha-bugs mailing list