[Koha-bugs] [Bug 27507] Search host record using control number identifier / organization code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 18:24:32 CET 2023


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

--- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Right.. so going back to this.. I still think this patch is incorrect in it's
implementation.. the idea taken forward in bug 11175 was to pass a prebuild
query to the xslt rather than constructing it again.. i.e DRY coding so we
don't fall out of sync again..

https://git.koha-community.org/Koha-community/Koha/src/branch/master/opac/opac-detail.pl#L621
- We pass the query to the template here.. seems it's moved out of the XSLT
entirely now.. I can't remember without digging how it all fits together now.

But the point is.. we don't want the query to get out of sync between what's
used server-side and what's displayed client-side.

I also still think the query needs work as bug 29268 highlights.

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


More information about the Koha-bugs mailing list