From 5f1ed5e86fb295941a49e39d7b7e5c728f9b3627 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 5 - Apply patch 6 - Restart all the things 7 - Test again 8 - Patron is cleared correctly Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens (cherry picked from commit a440f6a4102f73073c76a31ad2d015be2af8ef48) Signed-off-by: Martin Renvoize (cherry picked from commit 25a22f2e639d368cff4813043130e29e53ab6940) Signed-off-by: Lucas Gass --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index 6f51e385ad..9cda45f408 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.20.1