https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38311 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Matt Blenkinsop from comment #13)
Comment on attachment 188468 [details] [review] Bug 38311: Do not use ID for column filters
Review of attachment 188468 [details] [review]: -----------------------------------------------------------------
::: 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?
Yes, good catch, thanks! -- You are receiving this mail because: You are watching all bug changes.