From d98d1c7eed99b5192336863cc421273ae53e8547 Mon Sep 17 00:00:00 2001 From: Laura Escamilla 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 --- 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 47676322d7..03a1951ca8 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 @@
  • [% Branches.GetName(ITEM_RESULT.holdingbranch) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %] + [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ITEM_RESULT.ccode, opac => 1 ) | html %] [% IF ( ITEM_RESULT.itemcallnumber ) %] ([% ITEM_RESULT.itemcallnumber | html %]) [% END %] -- 2.30.2