From f943eeea83112c1d3883cef7280357c5bc6379c3 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 Signed-off-by: David Nind --- svc/holds | 5 ----- 1 file changed, 5 deletions(-) diff --git a/svc/holds b/svc/holds index ebe35f8fde..1c5384c7c3 100755 --- a/svc/holds +++ b/svc/holds @@ -107,11 +107,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