https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905 --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 89828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89828&action=edit Bug 22905: A quick, but horrible, fix. 'branchcode' appears to be used as a uri param if displayby is set to branchcode. However, this also matches a field name in the suggestions table so the reverse mapping of params to suggestions fields catches it incorrectly. I believe this is the correct method for removing the incorrect assignment but the better fix would be to clean up the whole script and use unique params for filters. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.