View | Details | Raw Unified | Return to bug 32986
Collapse All | Expand All

(-)a/Koha/Template/Plugin/Notices.pm (-2 lines)
Lines 22-29 use Modern::Perl; Link Here
22
use Template::Plugin;
22
use Template::Plugin;
23
use base qw( Template::Plugin );
23
use base qw( Template::Plugin );
24
24
25
use C4::Koha;
26
use C4::Context;
27
use Koha::Notice::Templates;
25
use Koha::Notice::Templates;
28
26
29
=head1 NAME
27
=head1 NAME
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 947-953 Link Here
947
                        window.location='/cgi-bin/koha/circ/circulation.pl';
947
                        window.location='/cgi-bin/koha/circ/circulation.pl';
948
                        return false;
948
                        return false;
949
                    [% ELSE %]
949
                    [% ELSE %]
950
                        return printx_window( '[% CircAutoPrintQuickSlip | html %]' );
950
                        window.open("/cgi-bin/koha/members/printslip.pl?borrowernumber=" + borrowernumber + "&print=issue[% CircAutoPrintQuickSlip | html %]", "printwindow");
951
                        return false;
951
                    [% END %]
952
                    [% END %]
952
                }
953
                }
953
            });
954
            });
954
- 

Return to bug 32986