https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38484
--- Comment #8 from David Cook <[email protected]> --- Comment on attachment 174806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174806 Bug 38484: (bug 36640 follow-up) Fix filters on "Holds to pull" Review of attachment 174806: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38484&attachment=174806) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ +1,2 @@ > [% USE raw %] > +[% USE To %] Does this line get used? I can't see it used anywhere. @@ +321,5 @@ > }); > } > > $(document).ready(function() { > + [% SET libraries = Branches.all %] This line also seems unused? ::: koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ +808,4 @@ > if ( !filters_options.hasOwnProperty(i) ) { > filters_options[i] = eval(filter_type) > } else if ( typeof filters_options[i] === "function" ) { > + filters_options[i] = filters_options[i](table_dt) I don't know what this line does, but I'm going to assume it's OK. -- 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/
