https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39035 --- Comment #3 from William Lavoie <william.lavoie@inLibro.com> --- Created attachment 177570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177570&action=edit Bug 39035: Adding print media query to hide CookieConsentBar Hi Owen, You're right, thank you for the feedback. I have updated the patch and the test plan. Test plan: 1. Set the CookieConsent system preference to enable 2. Set a CookieConsentBar message (configured in HTML personnalisations > Additional content > CookieConsentBar) 3. Open a different web browser that hasn’t accepted Koha’s cookies yet. 4. Log into the staff interface (do not accept cookies yet). 5. Find a patron account. 6. Click on "Print" and choose any slip. 7. Check the printed slip. ---> Koha is printing the CookieConsentBar message at the bottom, which shouldn’t be there. 8. Apply the patch 9. Print another slip. 10. Check the new slip. ---> This time, the CookieConsentBar message is gone (as expected). -- You are receiving this mail because: You are watching all bug changes.