Bugzilla – Attachment 151878 Details for
Bug 26597
Transfer information from guarantor when adding a guarantor to an existing patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26597: (QA follow-up) Add missing filters
Bug-26597-QA-follow-up-Add-missing-filters.patch (text/plain), 1.23 KB, created by
Hammat wele
on 2023-05-31 13:19:33 UTC
(
hide
)
Description:
Bug 26597: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2023-05-31 13:19:33 UTC
Size:
1.23 KB
patch
obsolete
>From 8589a457abcd4b8f570dc07cbcb337f35dcfc591 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Wed, 31 May 2023 13:15:18 +0000 >Subject: [PATCH] Bug 26597: (QA follow-up) Add missing filters > >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 140471db0e..80a635cd78 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1922,10 +1922,10 @@ legend:hover { > var prefill_fields; > var to_api_mapping; > [% IF prefill_fields %] >- prefill_fields = [% To.json(prefill_fields)%]; >+ prefill_fields = [% To.json(prefill_fields) | $raw %]; > [% END %] > [% IF to_api_mapping %] >- to_api_mapping = [% To.json(to_api_mapping) %]; >+ to_api_mapping = [% To.json(to_api_mapping) | $raw %]; > [% END %] > > var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; >-- >2.34.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 26597
:
111054
|
111319
|
112196
|
142443
|
144475
|
144560
|
148564
|
148597
|
148598
|
148599
|
151850
|
151851
|
151878
|
154501
|
154503
|
154504
|
154505
|
154506
|
158119
|
158300
|
161510
|
161511
|
161512
|
161513
|
161514
|
161515
|
161516