From 9b7793961f5e9c28a50a28adb23fd155d36dde4a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 8 Oct 2021 06:18:13 +0000 Subject: [PATCH] Bug 29168: (follow-up) Indentation of next code block Content-Type: text/plain; charset=utf-8 Indentationt of lines 811-823 directly after changed code corrected. Signed-off-by: Marcel de Rooy --- opac/opac-detail.pl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index f93ef646ff..f6cc12ee0f 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -808,19 +808,19 @@ if ( C4::Context->preference('ArticleRequests') ) { $template->param( artreqpossible => $artreqpossible ); } - $template->param( - MARCNOTES => $marcnotesarray, - norequests => $norequests, - RequestOnOpac => C4::Context->preference("RequestOnOpac"), - itemdata_ccode => $itemfields{ccode}, - itemdata_materials => $itemfields{materials}, - itemdata_enumchron => $itemfields{enumchron}, - itemdata_uri => $itemfields{uri}, - itemdata_copynumber => $itemfields{copynumber}, - itemdata_itemnotes => $itemfields{itemnotes}, - itemdata_location => $itemfields{location_description}, - OpacStarRatings => C4::Context->preference("OpacStarRatings"), - ); +$template->param( + MARCNOTES => $marcnotesarray, + norequests => $norequests, + RequestOnOpac => C4::Context->preference("RequestOnOpac"), + itemdata_ccode => $itemfields{ccode}, + itemdata_materials => $itemfields{materials}, + itemdata_enumchron => $itemfields{enumchron}, + itemdata_uri => $itemfields{uri}, + itemdata_copynumber => $itemfields{copynumber}, + itemdata_itemnotes => $itemfields{itemnotes}, + itemdata_location => $itemfields{location_description}, + OpacStarRatings => C4::Context->preference("OpacStarRatings"), +); if (C4::Context->preference("AlternateHoldingsField") && scalar @items == 0) { my $fieldspec = C4::Context->preference("AlternateHoldingsField"); -- 2.20.1