http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14946 --- Comment #15 from Marc Véron <veron@veron.ch> --- Tests: 1/ Search for orders using the different filters => OK 2/ Create an invoice, try with setting and leaving empty the date fields. Default should be an undefined value (not today) => OK 4/ Receive an order, on creating the invoice, the default date should be today. => OK 3/ Search for invoices and use the 4 different filters. Close and reopen invoices. The filters should be kept from one page to the other (not that it does not work with shipment date before this patch). => Not OK I have invoices with shipment dates 02/11/2015, 11/11/2015,10/11/2015 Set filter for shipment date from 01/11/2015 to 11/11/2015 Result: Line with "Shipment date: From 01/11/2015 To 11/11/2015 ", but no results. Same with billing dates: one with 30/09/2015, three with 02/10/2015 If I set the filter for billing date from 30/09/2015 to 02/10/2015 I get a line with "Billing date: From 30/09/2015 To 02/10/2015", but no results. -- You are receiving this mail because: You are watching all bug changes.