https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #19 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
