Bugzilla – Attachment 147539 Details for
Bug 33101
Basket More details view doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33101: Restore OPAC basket detailed view
Bug-33101-Restore-OPAC-basket-detailed-view.patch (text/plain), 1.72 KB, created by
Jonathan Druart
on 2023-03-01 09:07:09 UTC
(
hide
)
Description:
Bug 33101: Restore OPAC basket detailed view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-03-01 09:07:09 UTC
Size:
1.72 KB
patch
obsolete
>From 7457b06f9586b1b0f6c41f62c589136de9628790 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Wed, 1 Mar 2023 09:22:22 +0100 >Subject: [PATCH] Bug 33101: Restore OPAC basket detailed view > >The OPAC basket detailed view display is broken since since bug 32445. >This patch restore the usual operation. > >TO TEST: > >1. Add a biblio recor into the OPAC basket. >2. Click on the cart to display its content. >3. Click on More details > => error 500 >4. Apply the patch, and repeat 3. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 b00b7dc3e38..307c391084c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -263,7 +263,7 @@ > [% IF ( ITEM_RESULT.itemcallnumber ) %] > ([% ITEM_RESULT.itemcallnumber | html %]) > [% END %] >- ([% INCLUDE 'item-status.inc' item = ITEM_RESULT.item_object %]) >+ ([% INCLUDE 'item-status.inc' item = ITEM_RESULT %]) > </li> > [% END %] > </ul> >-- >2.25.1
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 33101
:
147538
| 147539