Bugzilla – Attachment 184833 Details for
Bug 32682
Add permission for viewing patron reading history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32682: Fix typo
Bug-32682-Fix-typo.patch (text/plain), 1.21 KB, created by
David Flater
on 2025-07-29 17:33:37 UTC
(
hide
)
Description:
Bug 32682: Fix typo
Filename:
MIME Type:
Creator:
David Flater
Created:
2025-07-29 17:33:37 UTC
Size:
1.21 KB
patch
obsolete
>From 747e76c223b31f36683e514834efd8a7ca2ea5b0 Mon Sep 17 00:00:00 2001 >From: David Flater <flaterdavid@gmail.com> >Date: Tue, 29 Jul 2025 17:22:00 +0000 >Subject: [PATCH] Bug 32682: Fix typo > >--- > .../intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index 3660b82e0b..0db4dc9c80 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -41,7 +41,7 @@ > <h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h1> > [% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %] > >- [% SET show_patron_column = (CAN_user_borrowers_view_checkout_history && Koha.Preference('intranetreadinghistory')) AND CAN_user_circulate_circulate_remaining_permissions %] >+ [% SET show_patron_column = (CAN_user_borrowers_view_checkout_history && Koha.Preference('intranetreadinghistory')) AND CAN_user_circulate_remaining_permissions %] > > <div class="searchresults page-section"> > [% IF checkouts %] >-- >2.39.5
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 32682
:
183844
|
183845
|
183846
|
184571
|
184572
|
184832
| 184833