[Koha-bugs] [Bug 32986] Add ability to generate custom slips for patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 19 09:47:43 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com
             Status|Signed Off                  |Failed QA

--- Comment #19 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list