https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #19 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
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/

Reply via email to