https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38766 Bug ID: 38766 Summary: Opening, closing, or deleting and invoice from the Action drop-down can cause internal server error Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: emily.lamancusa@montgomerycountymd.gov Reporter: emily.lamancusa@montgomerycountymd.gov QA Contact: testopia@bugs.koha-community.org Depends on: 38155, 38765 The links to perform invoice actions from the Action menu on invoices.pl pass the search url, so that the page can redirect back to the search results after performing the action. This url includes the selected search filter values. However, if dates were used to filter the search, the url includes the dates formatted according to the local DateFormat system preference, instead of ISO format. This causes a parsing error when redirecting back. Similar errors were fixed on bug 38765 and bug 38155. Building this patch on top of those patches, to make it easier to confirm that all such errors in this template have been fixed. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38155 [Bug 38155] Can't close invoices using checkboxes from invoices.pl https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38765 [Bug 38765] Internal server error when merging invoices in invoices.pl -- You are receiving this mail because: You are watching all bug changes.