Bugzilla – Attachment 1203 Details for
Bug 3292
in opac branchcode should be replaced with name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for HEAD
0001-bug-3292-in-opac-branchcode-should-be-replaced-with.patch (text/plain), 2.10 KB, created by
Chris Cormack
on 2009-06-08 12:25:00 UTC
(
hide
)
Description:
Patch for HEAD
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-06-08 12:25:00 UTC
Size:
2.10 KB
patch
obsolete
>From 842cc19b95c0ae686a9109bae68f36089ad31c35 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Mon, 8 Jun 2009 11:40:11 +0200 >Subject: [PATCH] bug 3292: in opac branchcode should be replaced with name > >--- > .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 3 ++- > opac/opac-detail.pl | 1 + > 2 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >index 53e73c5..540a396 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >@@ -515,7 +515,8 @@ > <h2>This is a serial subscription</h2> > <p> (There are <!-- TMPL_VAR NAME="subscriptionsnumber" --> subscriptions associated with this title).</p> > <!-- TMPL_LOOP Name="subscriptions" --> >- <!-- TMPL_IF name="branchcode" --><h3>At branch: <!-- TMPL_VAR NAME="branchcode" --></h3><!-- /TMPL_IF --> >+ <!-- TMPL_IF name="branchname" --><h3>At library: <!-- TMPL_VAR NAME="branchname" --></h3><!-- TMPL_ELSE --> >+ <!-- TMPL_IF name="branchcode" --><h3>At branch: <!-- TMPL_VAR NAME="branchcode" --></h3><!-- /TMPL_IF --><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF --> > <!--TMPL_IF NAME="latestserials"--> > <p> The <!-- TMPL_VAR NAME="opacdisplaycount" --> latest issues for this subscription:</p> >diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl >index a29fdb2..be8428d 100755 >--- a/opac/opac-detail.pl >+++ b/opac/opac-detail.pl >@@ -107,6 +107,7 @@ foreach my $subscription (@subscriptions) { > $cell{subscriptionid} = $subscription->{subscriptionid}; > $cell{subscriptionnotes} = $subscription->{notes}; > $cell{branchcode} = $subscription->{branchcode}; >+ $cell{branchname} = GetBranchName($subscription->{branchcode}); > $cell{hasalert} = $subscription->{hasalert}; > #get the three latest serials. > $serials_to_display = $subscription->{opacdisplaycount}; >-- >1.6.0.4 >
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 3292
: 1203 |
1204
|
1205
|
1206
|
1207