Bugzilla – Attachment 97066 Details for
Bug 23442
Add a 'refund' process to accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23442: Add html filter to a couple lines in template
Bug-23442-Add-html-filter-to-a-couple-lines-in-tem.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2020-01-09 12:03:20 UTC
(
hide
)
Description:
Bug 23442: Add html filter to a couple lines in template
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-09 12:03:20 UTC
Size:
1.64 KB
patch
obsolete
>From 63d814484e97cd4b779533c6556926bb453bb8f0 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Wed, 8 Jan 2020 15:51:45 +0000 >Subject: [PATCH] Bug 23442: Add html filter to a couple lines in template > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index faf180da3e..195db37642 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -228,9 +228,9 @@ > <select name="cash_register" id="cash_register"> > [% FOREACH register IN registers %] > [% IF register.id == registerid %] >- <option value="[% register.id %]" selected="selected">[% register.name | html %]</option> >+ <option value="[% register.id | html %]" selected="selected">[% register.name | html %]</option> > [% ELSE %] >- <option value="[% register.id %]">[% register.name | html %]</option> >+ <option value="[% register.id | html %]">[% register.name | html %]</option> > [% END %] > [% END %] > </select> >-- >2.20.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 23442
:
92954
|
92955
|
92956
|
95674
|
95675
|
95676
|
95677
|
96400
|
96401
|
96402
|
96403
|
96414
|
96415
|
96416
|
96417
|
97008
|
97009
|
97010
|
97011
|
97012
|
97062
|
97063
|
97064
|
97065
|
97066
|
97067
|
97151
|
97152
|
97153
|
97154
|
97155
|
97156