Bugzilla – Attachment 138904 Details for
Bug 31316
Remove GetItemsInfo from opac-sendbasket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31316: (QA follow-up) Remove stray template close tag
Bug-31316-QA-follow-up-Remove-stray-template-close.patch (text/plain), 1.39 KB, created by
Nick Clemens (kidclamp)
on 2022-08-09 12:46:30 UTC
(
hide
)
Description:
Bug 31316: (QA follow-up) Remove stray template close tag
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-08-09 12:46:30 UTC
Size:
1.39 KB
patch
obsolete
>From ff2c11f37f7a0ceb9aaa10e7640e7856ac692371 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 9 Aug 2022 12:44:54 +0000 >Subject: [PATCH] Bug 31316: (QA follow-up) Remove stray template close tag > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >index 38978d299a..b75320530c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >@@ -150,7 +150,7 @@ Your cart > <ul> > [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]<li> > [% Branches.GetName(ITEM_RESULT.holdingbranch) | $raw %] >- [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %]%] >+ [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %] > [% IF ITEM_RESULT.itemcallnumber %]([% ITEM_RESULT.itemcallnumber | $raw %])[% END %] > [% ITEM_RESULT.barcode | $raw %] > </li>[% 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 31316
:
138826
|
138833
|
138898
|
138903
| 138904