Bugzilla – Attachment 125921 Details for
Bug 29168
Only show "Request article" if allowed on the detail view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29168: (follow-up) Indentation of next code block
Bug-29168-follow-up-Indentation-of-next-code-block.patch (text/plain), 2.41 KB, created by
Marcel de Rooy
on 2021-10-08 06:20:45 UTC
(
hide
)
Description:
Bug 29168: (follow-up) Indentation of next code block
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-10-08 06:20:45 UTC
Size:
2.41 KB
patch
obsolete
>From 9b7793961f5e9c28a50a28adb23fd155d36dde4a Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29168
:
125890
|
125920
|
125921
|
127175
|
127441
|
128251