https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lucas Gass (lukeg) from comment #12) Thanks a lot!
I noticed two small problems when testing, both JS errors:
acqui-home.tt: ReferenceError: oTable is not defined
Fixed inline in the first patch. - $("#accounts").kohaTable({ + var oTable $("#accounts").kohaTable({
itemsearch.tt: TypeError: order_by is undefined
Fixed on "Bug 38255: Exception - Item search" -- You are receiving this mail because: You are watching all bug changes.