Bugzilla – Attachment 159928 Details for
Bug 35586
Add the collection to the location column in the OPAC cart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35586: Added the collection code to the location column in the OPAC cart
Bug-35586-Added-the-collection-code-to-the-locatio.patch (text/plain), 1.56 KB, created by
David Nind
on 2023-12-16 22:47:44 UTC
(
hide
)
Description:
Bug 35586: Added the collection code to the location column in the OPAC cart
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-16 22:47:44 UTC
Size:
1.56 KB
patch
obsolete
>From 97946b440490f90782da8595a8fa8b60bd7a265a Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Sat, 16 Dec 2023 16:11:50 +0000 >Subject: [PATCH] Bug 35586: Added the collection code to the location column > in the OPAC cart > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index 7ba7bb4513..6bcb5d558f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -332,6 +332,7 @@ > <li> > [% Branches.GetName(ITEM_RESULT.holdingbranch) | html %] > <span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %]</span> >+ <span class="ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ITEM_RESULT.ccode, opac => 1 ) | html %]</span> > [% IF ( ITEM_RESULT.itemcallnumber ) %] > ([% ITEM_RESULT.itemcallnumber | html %]) > [% END %] >-- >2.30.2
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 35586
:
159925
|
159928
|
165082