https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40982
--- Comment #1 from Slava Shishkin <[email protected]> --- Created attachment 187651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187651&action=edit Bug 40982: Basket: Fix cached visibility for Modify/Cancel order columns Testing notes (using KTD) Note: before starting, set CancelOrdersInClosedBaskets = Allow. /cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CancelOrdersInClosedBaskets Add an order to a basket: 1. Acquisitions → Search vendors → Search 2. Click the vendor name 3. In the Baskets column, click the link 4. Select a basket (or create a new one) 5. Add at least one order 6. In the open basket, verify that the Modify and Cancel order columns are absent. 7. Close the basket (you’ll return to the vendor’s basket list). Open the same closed basket and verify that the Cancel order column is absent, even though it should be present (because CancelOrdersInClosedBaskets = Allow). 8. Apply the patch and repeat steps 1–7. 9. At step 6 (open basket), the Modify and Cancel order columns are displayed. 10. At step 7 (closed basket), the Cancel order column is visible according to the CancelOrdersInClosedBaskets setting. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
