https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41251 --- Comment #12 from John Vinke <jvinke@austinseminary.edu> --- Created attachment 195858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195858&action=edit Bug 41251: Ability to edit linked serials when editing items needs to be optional This patch adds a new system preference EditLinkedSerialIssues which prompts the user to edit linked serial issues after editing an item that is linked to a serial issue via a subscription. The pref's default is true to preserve the current behavior, while false skips the prompt. We need to test editing a single item and a batch of items, with the sys pref first enabled and then disabled. Test plan: 1. Apply patch and updatedatabase on ktd 2. Serials > New Subscription > Link to a bib record & select When receiving this serial = Create an item record 3. Receive an item then go to the linked bib 4. Edit the item and click save 5. You should be prompted to edit linked serial issue (you can cancel) 6. Receive another item and go to the linked bib again 7. Under the bib's Edit menu select Edit items in a batch 8. Edit both items and click save 9. You should be prompted to edit the issues again 10. Admin > System Preferences > EditLinkedSerialIssues = Don't prompt 11. Repeat steps 3-9 except you should not be prompted -- You are receiving this mail because: You are watching all bug changes.