Bugzilla – Attachment 127784 Details for
Bug 29456
"Auto renewal" and "Hold reminder" notice shown as "unknown" on the patron category list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29456: Add Hold_Reminder description to patron categories overview page
Bug-29456-Add-HoldReminder-description-to-patron-c.patch (text/plain), 1.65 KB, created by
Katrin Fischer
on 2021-11-18 11:08:31 UTC
(
hide
)
Description:
Bug 29456: Add Hold_Reminder description to patron categories overview page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-11-18 11:08:31 UTC
Size:
1.65 KB
patch
obsolete
>From f2bcab33908aeba0a4672f91e73fbd2c74eaa8b7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 15 Nov 2021 16:29:49 +0000 >Subject: [PATCH] Bug 29456: Add Hold_Reminder description to patron categories > overview page > >This was missed when initially adding the notice. > >To test: >- Go to Administraiton > patron categories >- Edit a patron category and check "Hold reminder" in messaging > preferences, save. >- Go to the overview page and verify it shows as 'Unknown'. >- Apply patch. >- Descrpition should now display. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 5a305d139b..9b1d6bfa2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -597,6 +597,7 @@ > [% ELSIF ( prefs.Ill_ready ) %]Interlibrary loan ready > [% ELSIF ( prefs.Ill_unavailable ) %]Interlibrary loan unavailable > [% ELSIF ( prefs.Auto_Renewals ) %]Auto renewal >+ [% ELSIF ( prefs.Hold_Reminder ) %]Hold reminder > [% ELSE %]Unknown > [% END %]: > <strong>[% transport.transport | html %]</strong><br /> >-- >2.11.0
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 29456
:
127518
|
127692
|
127693
|
127783
| 127784