[Koha-bugs] [Bug 13871] OverDrive message when user authentication fails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 11 13:35:35 CEST 2016


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

--- Comment #55 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Nick Clemens from comment #52)
> This patch has altered the way that the patron branch is sent.  Previously
> it was in a separate AF field, now the branch is concatenated onto the other
> messages with a ' -- '
> 
> I am not sure if this is intentional but it is causing problems for one of
> our libraries where this field was captured for statistical purposes. Can we
> adjust this?

Hi Nick,
Your problem should not be that hard to resolve.
I think we should not rely on the fact that AF only includes the patron branch
code. It is just a screen message field. And I am not sure if SIP2 officially
supports multiple AF fields btw.
Could you use field AO that only contains the institution id? But not usable
for another branch.
Or - as workaround - add a prefix to the AF home branch part and capture only
that part with a simple regex or so?

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


More information about the Koha-bugs mailing list