17 Mar
2022
17 Mar
'22
8:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30165 --- Comment #15 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- - # FIXME The following lines are an ugly fix to deal with isbn and ean searches - # This must NOT be reused or extended - # Instead we need a better and global solution in a Koha::*Biblio method +The Koha::Biblio representation includes the biblioitem.* attributes. This is handy +for API consumers but as they are different tables, converting the queries that mention +biblioitem columns can be tricky. This method renames known column names as used on Koha's +UI. Well, that's not equivalent :D -- You are receiving this mail because: You are watching all bug changes.