Bugzilla – Attachment 127693 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: (bug 18532 follow-up) handle Auto_Renewals messages in category
Bug-29456-bug-18532-follow-up-handle-AutoRenewals-.patch (text/plain), 1.67 KB, created by
PTFS Europe Sandboxes
on 2021-11-16 14:12:45 UTC
(
hide
)
Description:
Bug 29456: (bug 18532 follow-up) handle Auto_Renewals messages in category
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-11-16 14:12:45 UTC
Size:
1.67 KB
patch
obsolete
>From b20b3539acba210802698af860086a45665b3166 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Nov 2021 14:57:21 +0100 >Subject: [PATCH] Bug 29456: (bug 18532 follow-up) handle Auto_Renewals > messages in category > >The new message appears in the list on the edit view, but the list view >is showing "unknown" > >Test plan: >Set AutoRenewalNotices to "according to patron messaging prefs" >Edit a patron category >Tick all the checkboxes >On the category list view you should see a correct display in the >"Messaging" column > >Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> >--- > 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 25a44cd949..5a305d139b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -596,6 +596,7 @@ > [% ELSIF ( prefs.Item_Checkout ) %]Item checkout > [% ELSIF ( prefs.Ill_ready ) %]Interlibrary loan ready > [% ELSIF ( prefs.Ill_unavailable ) %]Interlibrary loan unavailable >+ [% ELSIF ( prefs.Auto_Renewals ) %]Auto renewal > [% ELSE %]Unknown > [% END %]: > <strong>[% transport.transport | html %]</strong><br /> >-- >2.20.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 29456
:
127518
|
127692
|
127693
|
127783
|
127784