Bugzilla – Attachment 127339 Details for
Bug 28768
OPAC reading history page (opac-readingrecord.pl) wont display news items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28768: Fix borrowernumber from opac-readingrecord.tt
Bug-28768-Fix-borrowernumber-from-opac-readingreco.patch (text/plain), 1011 bytes, created by
Jonathan Druart
on 2021-11-05 08:32:18 UTC
(
hide
)
Description:
Bug 28768: Fix borrowernumber from opac-readingrecord.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-05 08:32:18 UTC
Size:
1011 bytes
patch
obsolete
>From 32535fdaa7260efd37a3de105be2cde2f2b85651 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 5 Nov 2021 09:30:31 +0100 >Subject: [PATCH] Bug 28768: Fix borrowernumber from opac-readingrecord.tt > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 4033ab12b46..aebf8ec5ca1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -224,7 +224,7 @@ > } > }); > }); >- var borrowernumber = "[% borrowernumber | html %]"; >+ var borrowernumber = "[% logged_in_user.borrowernumber | html %]"; > var MSG_YOUR_RATING = _("Your rating: %s, "); > var MSG_AVERAGE_RATING = _("Average rating: %s (%s votes)"); > </script> >-- >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 28768
:
123230
|
123241
|
123311
|
123312
| 127339