Bugzilla – Attachment 112921 Details for
Bug 26738
Unable to change manager of purchase suggestion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26738: (QA follow-up) Add missing filter
Bug-26738-QA-follow-up-Add-missing-filter.patch (text/plain), 1.10 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-11-03 13:43:59 UTC
(
hide
)
Description:
Bug 26738: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-11-03 13:43:59 UTC
Size:
1.10 KB
patch
obsolete
>From 3e0ad3b683b2c183b7f89690f519a11e59c24fd1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Nov 2020 10:35:17 -0300 >Subject: [PATCH] Bug 26738: (QA follow-up) Add missing filter > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >index 6899476251f..7686f642303 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >@@ -286,7 +286,7 @@ > function select_user(borrowernumber, data) { > var p = window.opener; > [% IF callback %] >- p.[% callback %](borrowernumber, data); >+ p.[% callback | html %](borrowernumber, data); > [% ELSE %] > p.select_user(borrowernumber, data); > [% END %] >-- >2.29.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 26738
:
112836
|
112842
|
112920
| 112921 |
113746