Bugzilla – Attachment 12473 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]
[SIGNED-OFF] Bug 8810 - Opac: Cart should display branchname instead of branchcode
SIGNED-OFF-Bug-8810---Opac-Cart-should-display-bra.patch (text/plain), 2.16 KB, created by
Owen Leonard
on 2012-09-24 14:15:18 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8810 - Opac: Cart should display branchname instead of branchcode
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-09-24 14:15:18 UTC
Size:
2.16 KB
patch
obsolete
>From e5f9b87a02fbd8cfc10bd0ec0ba7be8acad8bcba Mon Sep 17 00:00:00 2001 >From: Marc Veron <veron@veron.ch> >Date: Mon, 24 Sep 2012 15:05:12 +0200 >Subject: [PATCH] [SIGNED-OFF] 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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 ++-- > 1 file 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.9.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