https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21565 --- Comment #4 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 96107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96107&action=edit Bug 21565: Turn SCO receipt promt into modal This patch adds a Bootstrap modal to sco-main.tt and updates the javascript in that file to act accordingly. TEST PLAN: 1. Enable SCO and go to /cgi-bin/koha/sco/sco-main.pl. Make sure SelfCheckReceiptPrompt is set to 'show' 2. Login and click 'Finish' to see the old print alert box. 3. Apply patch and repeat steps 1 and 2. 4. Make sure the modal works for confirming and denying a receipt. Checkout some items and make sure everything still functions the same. 5. Set SelfCheckReceiptPrompt to 'Don't show' and confirm behavior is acceptable. -- You are receiving this mail because: You are watching all bug changes.