[Koha-bugs] [Bug 23112] Circulation of ILL items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 9 13:16:54 CEST 2019


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #30 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Hi Magnus

I've just applied this bug on current master and cannot replicate either of
these problems, I've just run through the whole test plan without a problem.

The error you're seeing is weird, it's not aware that GetAuthorisedValues
should be coming from C4::Koha, it's trying to find it in Illrequest::Logger.
I'm "use"ing C4::Koha, but not explicitly importing GetAuthorisedValues, which
shouldn't be necessary since it's exported by C4::Koha. This is done all over
the place in Koha, so you should be seeing this problem everywhere.

Explicitly importing GetAuthorisedValues would fix it, but that feels like a
hack, I'd rather know why it's not being imported by default.

Any chance you could try again? It could I suppose have been a merge problem,
I'd like to eliminate that.

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


More information about the Koha-bugs mailing list