Bugzilla – Attachment 184813 Details for
Bug 40530
Show hold cancellation reason in patron holds history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40530: (follow-up) Remove spaces before and after the reason
Bug-40530-follow-up-Remove-spaces-before-and-after.patch (text/plain), 1.36 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-07-29 14:24:40 UTC
(
hide
)
Description:
Bug 40530: (follow-up) Remove spaces before and after the reason
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-07-29 14:24:40 UTC
Size:
1.36 KB
patch
obsolete
>From 9fb63914c2791d60bf7e9cdd73a6950ea2a2108a Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Tue, 29 Jul 2025 00:36:08 +0000 >Subject: [PATCH] Bug 40530: (follow-up) Remove spaces before and after the > reason > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index e4d9bcafb00..12f55399e6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -331,7 +331,7 @@ > } else if (row.cancellation_date) { > let r = _("Cancelled"); > if (row.cancellation_reason){ >- r += " ( %s )".format(hold_cancellation_reasons[row.cancellation_reason]); >+ r += " (%s)".format(hold_cancellation_reasons[row.cancellation_reason]); > } > return r; > } else if (row.status == 'W') { >-- >2.50.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 40530
:
184751
|
184753
|
184756
|
184761
|
184762
|
184812
|
184813
|
184814
|
184816
|
184817
|
184945
|
184946
|
184947