Bugzilla – Attachment 13207 Details for
Bug 7674
Separate tabs for my holdings and others holdings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7674 - Followup - Add missing right-hand curly bracket
Bug-7674---Followup---Add-missing-right-hand-curly.patch (text/plain), 1.30 KB, created by
Kyle M Hall (khall)
on 2012-11-02 12:14:32 UTC
(
hide
)
Description:
Bug 7674 - Followup - Add missing right-hand curly bracket
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-11-02 12:14:32 UTC
Size:
1.30 KB
patch
obsolete
>From cba7fe5e0d9bc191f5eee0e79d24bb071fa73745 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 2 Nov 2012 08:11:00 -0400 >Subject: [PATCH] Bug 7674 - Followup - Add missing right-hand curly bracket >Content-Type: text/plain; charset="utf-8" > >--- > catalogue/detail.pl | 14 ++++++++------ > 1 files changed, 8 insertions(+), 6 deletions(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index e87aefa..ebafc9a 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -262,14 +262,16 @@ foreach my $item (@items) { > $item->{hosttitle} = GetBiblioData($item->{biblionumber})->{title}; > } > >- #count if item is used in analytical bibliorecords >- my $countanalytics= GetAnalyticsCount($item->{itemnumber}); >- if ($countanalytics > 0){ >- $analytics_flag=1; >- $item->{countanalytics} = $countanalytics; >- } >+ #count if item is used in analytical bibliorecords >+ my $countanalytics= GetAnalyticsCount($item->{itemnumber}); >+ if ($countanalytics > 0){ >+ $analytics_flag=1; >+ $item->{countanalytics} = $countanalytics; >+ } >+ > if (defined($item->{'materials'}) && $item->{'materials'} =~ /\S/){ > $materials_flag = 1; >+ } > > if ($currentbranch and $currentbranch ne "NO_LIBRARY_SET" > and C4::Context->preference('SeparateHoldings')) { >-- >1.7.2.5
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 7674
:
12416
|
12417
|
12418
|
12433
|
12749
|
12750
|
13002
|
13003
|
13189
|
13190
|
13191
|
13204
|
13205
|
13206
|
13207
|
13215
|
13832
|
13833
|
13834
|
13835
|
13990
|
13991
|
13992
|
13993
|
14082
|
14111
|
14528
|
16493
|
16502