Bugzilla – Attachment 137385 Details for
Bug 29050
Add punctuation in Unseen Renewals message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29050: Added a punctuation between renewal messages
Bug-29050-Added-a-punctuation-between-renewal-mess.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2022-07-08 09:22:29 UTC
(
hide
)
Description:
Bug 29050: Added a punctuation between renewal messages
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-08 09:22:29 UTC
Size:
1.83 KB
patch
obsolete
>From d6839bb9f744b18a5178076fc716ab34da5c1eb4 Mon Sep 17 00:00:00 2001 >From: Nisha Dahya <nishadahya@catalyst.net.nz> >Date: Thu, 7 Jul 2022 23:31:38 +0000 >Subject: [PATCH] Bug 29050: Added a punctuation between renewal messages > >Test plan: > >1. First step is to go to administration > then system preferences >2. Set unseenrenewal to "allow" >3. Go to administatrion > circulation and fines rule >4. Set unseenrenewals count to any number >5. Check out an item to a patron and go to the checkouts tab >6. Renew the item >7. Notice that the renewal messages have no seperation >8. Apply the patch >9. Notice there is now a "&" in the spacing between renewal messages > >Sponsored-by: Catalyst IT >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 965aec6cf0..a40190e49e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -590,7 +590,7 @@ $(document).ready(function() { > content += "<span class='renewals-info'>("; > content += __("%s of %s renewals remaining").format(oObj.renewals_remaining, oObj.renewals_allowed); > if (UnseenRenewals && oObj.unseen_allowed) { >- content += __("%s of %s unseen renewals remaining").format(oObj.unseen_remaining, oObj.unseen_allowed); >+ content += __(" & %s of %s unseen renewals remaining").format(oObj.unseen_remaining, oObj.unseen_allowed); > } > content += ")</span>"; > } >-- >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 29050
:
137348
|
137350
| 137385 |
137403