Bugzilla – Attachment 156021 Details for
Bug 34446
Typo: Can be guarantee
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34446: Added missing colon to Can be guarantee
Bug-34446-Added-missing-colon-to-Can-be-guarantee.patch (text/plain), 1.48 KB, created by
Katrin Fischer
on 2023-09-21 21:40:48 UTC
(
hide
)
Description:
Bug 34446: Added missing colon to Can be guarantee
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-21 21:40:48 UTC
Size:
1.48 KB
patch
obsolete
>From f728f179e1a6c0bddad7c369f792fa59d64eeaa6 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 21 Sep 2023 20:59:13 +0000 >Subject: [PATCH] Bug 34446: Added missing colon to Can be guarantee >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: > >1. Go to Administration > patron categories and edit or create a new category. Notice that âCan be guaranteeâ does not have a colon. >2. Apply patch and refresh the page. >3. Can be guarantee now has a colon â yay! >4. Sign off and have a great day. :) >--- > 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 1e360ca394..816441ef6d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -218,7 +218,7 @@ > <span class="required">Required</span> > </li> > <li> >- <label for="can_be_guarantee">Can be guarantee</label> >+ <label for="can_be_guarantee">Can be guarantee:</label> > <select name="can_be_guarantee" id="can_be_guarantee"> > [% IF category.can_be_guarantee %] > <option value="1" selected>Yes</option> >-- >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 34446
:
156012
| 156021 |
156022