https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 1. https://snipboard.io/xZtHsv.jpg MariaDB [koha_kohadev]> select ordernumber, estimated_delivery_date from aqorders; +-------------+-------------------------+ | ordernumber | estimated_delivery_date | +-------------+-------------------------+ | 7 | NULL | | 8 | 2021-04-14 | | 9 | NULL | | 10 | NULL | +-------------+-------------------------+ If I set a "from" date: https://snipboard.io/sGRCWS.jpg I am expecting to see the same 4 orders. 2. There is a JS error on lateorders.pl Uncaught TypeError: f is undefined 3. The CSV export does not work but it's certainly caused by the JS error. 4. Permissions for acqui/moddeliverydate.pl is acquisition => *, shouldn't it be acquisition => order_manage? 5. (not blocker) please keep in mind that new variables must be named in snaked_case, as well as new files. -- You are receiving this mail because: You are watching all bug changes.