From e9cedd34c8bc162c625e30a12a91b65997d9a5bc Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 20 Apr 2020 23:13:18 +0000 Subject: [PATCH] Bug 24718: (follow-up) Removing old code This solves the JS error --- svc/holds | 5 ----- 1 file changed, 5 deletions(-) diff --git a/svc/holds b/svc/holds index 45351d157f3..01d4c53ee40 100755 --- a/svc/holds +++ b/svc/holds @@ -108,11 +108,6 @@ while ( my $h = $holds_rs->next() ) { waiting_here => $h->branch()->branchcode() eq $branch, priority => $h->priority(), itemtype_limit => $itemtype_limit, - subtitle => GetRecordValue( - 'subtitle', - GetMarcBiblio({ biblionumber => $biblionumber }), - GetFrameworkCode($biblionumber) - ), suspend_until_formatted => $h->suspend_until() ? output_pref( { dt => dt_from_string( $h->suspend_until() ), dateonly => 1 } ) -- 2.11.0