Bugzilla – Attachment 143875 Details for
Bug 32194
"Can be guarantee" value should show uppercase "No"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32194: Capitalize "No" values for the patron categories "Can be guarantee" column
Bug-32194-Capitalize-No-values-for-the-patron-cate.patch (text/plain), 1.60 KB, created by
David Nind
on 2022-11-14 21:39:45 UTC
(
hide
)
Description:
Bug 32194: Capitalize "No" values for the patron categories "Can be guarantee" column
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-14 21:39:45 UTC
Size:
1.60 KB
patch
obsolete
>From 279837fc3a3a4fc5ccc77a2000775d16a5f274c9 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Mon, 14 Nov 2022 21:14:40 +0000 >Subject: [PATCH] Bug 32194: Capitalize "No" values for the patron categories > "Can be guarantee" column > >This fixes the display of the patron categories "Can be guarantee" >column so that "No" values have a capital "N". > >Test plan: >1. Go to Administration > Patrons and circulation > Patron categories. >2. Note that for the "Can be guarantee" column, it shows "Yes" values > with a capital "Y" and "no" values with a lowercase "n". >3. Apply the patch. >4. Refresh the page. >5. Note that any "No" values now have a capital "N". >6. Sign off D: > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 75f94e970a..2bb5921b81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -690,7 +690,7 @@ > [% END %] > </td> > [% END %] >- <td>[% IF category.can_be_guarantee %] Yes [% ELSE %] no [% END %]</td> >+ <td>[% IF category.can_be_guarantee %] Yes [% ELSE %] No [% END %]</td> > <td> > [% SWITCH category.default_privacy %] > [% CASE 'default' %] >-- >2.30.2
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 32194
:
143875
|
143878