https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42500
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Andrew Fuerste-Henry <[email protected]> --- In current main, the start date and end date on this page default to today's date in the previous year and today's date, respectively. With this code, they default to a start date of Jan 1 of last year and an end date of Jan 1 of this year. On main, after a search is submitted the date range pickers retain what was used in the search. With this code, after a search the date pickers both show Jan 1 of whatever years were used in the search. On main, the results table includes a search bar with which one can filter based on values in any column except Holds, Items, or Items Needed. With this code, there is no search bar. On main, one can sort the table by any column. This code only allows sorting by Holds, Items, Hold Ratio, and Items Needed. The data all looks correct and the Include ordered and Include suspended checkboxes work. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
