Bugzilla – Attachment 82894 Details for
Bug 21928
CircAutoPrintQuickSlip 'clear' is not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuickSlip=clear
Bug-21928-bug-18789-follow-up-Fix-CircAutoPrintQui.patch (text/plain), 899 bytes, created by
Jonathan Druart
on 2018-12-05 21:18:14 UTC
(
hide
)
Description:
Bug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuickSlip=clear
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-12-05 21:18:14 UTC
Size:
899 bytes
patch
obsolete
>From 5c38347416d80737a5b22f2e7cb4c7cdf1c7d732 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Dec 2018 18:17:14 -0300 >Subject: [PATCH] Bug 21928: (bug 18789 follow-up) Fix > CircAutoPrintQuickSlip=clear > >caused by commit 105b3e10e8b31b7de6d733e676c3e661a39b1280 > >bug 18789 > >To recreate: >1 - Set CircAutoPrintQuickSlip to 'clear' >2 - Bring up a patron in circulation >3 - Click in checkout box and hit enter to submit empty >4 - Patron is partially loaded >--- > circ/circulation.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 98b011bd11..6b8708ae06 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -238,6 +238,7 @@ if ( $print eq 'yes' && $borrowernumber ne '' ) { > } > $query->param( 'borrowernumber', '' ); > $borrowernumber = ''; >+ undef $patron; > } > > # >-- >2.11.0
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 21928
:
82894
|
83281
|
83566