From 3bf74ef1cd3f03d8ed0ba6c0d7365d9a8c721d9e Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 14 Mar 2022 23:52:46 +1300 Subject: [PATCH] Bug 19532: (QA follow-up) Fixing typo Introduced by: Bug 19532: (QA follow-up) Simplify resultset accessors --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 36f29d1b394..4d8d827747b 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -446,7 +446,7 @@ if ($patron) { $template->param( holds_count => $holds->count(), WaitingHolds => $waiting_holds, - recalls => $patron->recalls->filter_by_current->search({},->search({},{ order_by => { -asc => 'recalldate' } })), + recalls => $patron->recalls->filter_by_current->search({},{ order_by => { -asc => 'recalldate' } }), specific_patron => 1, ); } -- 2.11.0