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 988-994 Link Here
988
                        window.location='/cgi-bin/koha/circ/circulation.pl';
988
                        window.location='/cgi-bin/koha/circ/circulation.pl';
989
                        return false;
989
                        return false;
990
                    [% ELSE %]
990
                    [% ELSE %]
991
                        return printx_window( '[% CircAutoPrintQuickSlip | html %]' );
991
                        window.open("/cgi-bin/koha/members/printslip.pl?borrowernumber=" + borrowernumber + "&print=issue[% CircAutoPrintQuickSlip | html %]", "printwindow");
992
                        return false;
992
                    [% END %]
993
                    [% END %]
993
                }
994
                }
994
            });
995
            });
995
- 

Return to bug 32986