https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38311
--- Comment #13 from Matt Blenkinsop <[email protected]> --- Comment on attachment 188468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188468 Bug 38311: Do not use ID for column filters Review of attachment 188468: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38311&attachment=188468) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt @@ +159,5 @@ > e['_str'] = e.branchname; > return e; > }); > let filters_options = { > + libraries: all_libraries, Are we missing a dataFilter in a column definition here? -- 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/
