https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Status|Signed Off |Failed QA --- Comment #19 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
