https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion --- Comment #59 from M. Tompsett <mtompset@hotmail.com> --- (In reply to M. Tompsett from comment #57)
The problem with this, as it stands is the GetMarcBiblio call does not receive the patron category code, so it can't pass it to EmbedItemsInMarcBiblio which can't then pass it to GetHiddenItemnumbers. And while I'm tempted to hack in a user category code and branch lookup, that would defeat the niceness of the refactored parameter passing thus far.
And my attempt to start the refactor on bug 19040 is proving painful for having a full trigger all the changes test plan. Options: 1) Push 19040 seeing it eyeballs perfectly well, and I continue on fixing here. 2) Don't push 19040, but push this knowing this one flaw. -- it is basically the search results look weird, because they are semi-hidden. 3) Hack the lookup, which could really slow code down. 4) Give up. I'd appreciate feedback. -- You are receiving this mail because: You are watching all bug changes.