http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12274 --- Comment #2 from Jacek Ablewicz <ablewicz@gmail.com> --- Created attachment 28303 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28303&action=edit Bug 12274 - Closed invoices not properly handled on invoice details page Trivial fix for small regression (closed invoices are displayed as "Open" on details page, and it's not possible to reopen the closed invoice using "Save" button) introduced by bug 10613. Test plan: 1) Create and close some invoices 2) Note that closed invoices are erroneously displayed as "Open" on individual invoice[s] details page 3) Apply patch 4) Check previously closed invoices; their status on details page should now be properly displayed as "Closed on ..." (and an option for reopening would reappear as well) 5) Ensure that "Close" / "Reopen" checkboxes followed by "Save" button do work as expected for individual open / closed invoices respectivelly. -- You are receiving this mail because: You are watching all bug changes.