https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Status|Signed Off |Failed QA --- Comment #19 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 1. 25 use C4::Koha; 26 use C4::Context; in Koha/Template/Plugin/Notices.pm, there are not needed. 2. - [% CASE 'members' %]<span>Patrons</span> + [% CASE 'members' %]<span>Patrons</span> + [% CASE 'patron_slip' %]<span>Patrons toolbar (slip)</span> 3. You removed printx_window but we still have: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: return printx_window( '[% CircAutoPrintQuickSlip | html %]' ); 4. Not blocker - changes in tools/letter.pl were not needed. I can follow-up later this week but cannot right now. -- You are receiving this mail because: You are watching all bug changes.