Bugzilla – Attachment 12470 Details for
Bug 8810
Opac: Cart should display branchname instead of branchcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8810 - Opac: Cart should display branchname instead of branchcode
Bug-8810---Opac-Cart-should-display-branchname-ins.patch (text/plain), 2.10 KB, created by
Marc Véron
on 2012-09-24 13:08:33 UTC
(
hide
)
Description:
Bug 8810 - Opac: Cart should display branchname instead of branchcode
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-09-24 13:08:33 UTC
Size:
2.10 KB
patch
obsolete
>From 36ee0a617b95e203fc91643f01f99bf973fe26f4 Mon Sep 17 00:00:00 2001 >From: Marc Veron <veron@veron.ch> >Date: Mon, 24 Sep 2012 15:05:12 +0200 >Subject: [PATCH] Bug 8810 - Opac: Cart should display branchname instead of branchcode >Content-Type: text/plain; charset="utf-8" > >In Opac, the cart should display the branchname instead of the branchcode. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >index 2ea6d94..489a76a 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt >@@ -311,7 +311,7 @@ function enableCheckboxActions(){ > <th scope="row">Location(s) (Status)</th> > <td>[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]<ul>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] > <li> >- <strong>[% ITEM_RESULT.homebranch %]</strong>[% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] >+ <strong>[% ITEM_RESULT.branchname %]</strong>[% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] > [% IF ( ITEM_RESULT.itemcallnumber ) %] > ([% ITEM_RESULT.itemcallnumber %]) > [% END %] >@@ -385,7 +385,7 @@ function enableCheckboxActions(){ > </td> > <td>[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]<ul>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] > <li> >- [% ITEM_RESULT.homebranch %][% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] >+ [% ITEM_RESULT.branchname %][% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %] > [% IF ( ITEM_RESULT.itemcallnumber ) %] > ([% ITEM_RESULT.itemcallnumber %]) > [% END %] >-- >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 8810
:
12469
|
12470
|
12471
|
12473