Bugzilla – Attachment 158403 Details for
Bug 32986
Add ability to generate custom slips for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32986: (follow-up) Fix CircAutoPrintQuickSlip and remove unecessary module usage
Bug-32986-follow-up-Fix-CircAutoPrintQuickSlip-and.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2023-11-04 22:58:03 UTC
(
hide
)
Description:
Bug 32986: (follow-up) Fix CircAutoPrintQuickSlip and remove unecessary module usage
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 22:58:03 UTC
Size:
1.69 KB
patch
obsolete
>From 1e6e4010c2781de8d19e190e789cfdc0cb7d7040 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 10 Oct 2023 16:14:02 +0000 >Subject: [PATCH] Bug 32986: (follow-up) Fix CircAutoPrintQuickSlip and remove > unecessary module usage > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Template/Plugin/Notices.pm | 2 -- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 3 ++- > 2 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Koha/Template/Plugin/Notices.pm b/Koha/Template/Plugin/Notices.pm >index de8640b3c6..54aeef1a3d 100644 >--- a/Koha/Template/Plugin/Notices.pm >+++ b/Koha/Template/Plugin/Notices.pm >@@ -22,8 +22,6 @@ use Modern::Perl; > use Template::Plugin; > use base qw( Template::Plugin ); > >-use C4::Koha; >-use C4::Context; > use Koha::Notice::Templates; > > =head1 NAME >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 71db8d7b6a..2ba1019d47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -988,7 +988,8 @@ > window.location='/cgi-bin/koha/circ/circulation.pl'; > return false; > [% ELSE %] >- return printx_window( '[% CircAutoPrintQuickSlip | html %]' ); >+ window.open("/cgi-bin/koha/members/printslip.pl?borrowernumber=" + borrowernumber + "&print=issue[% CircAutoPrintQuickSlip | html %]", "printwindow"); >+ return false; > [% END %] > } > }); >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32986
:
146750
|
148267
|
148361
|
148374
|
148376
|
149506
|
149507
|
153479
|
153480
|
153481
|
153482
|
156800
|
158399
|
158400
|
158401
|
158402
| 158403 |
158404
|
158405
|
158523