Bugzilla – Attachment 96601 Details for
Bug 24080
Add a 'payout' process to accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24080: (QA follow-up) Add missing filters
Bug-24080-QA-follow-up-Add-missing-filters.patch (text/plain), 1.65 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-12-23 13:04:53 UTC
(
hide
)
Description:
Bug 24080: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-12-23 13:04:53 UTC
Size:
1.65 KB
patch
obsolete
>From 29102e4131953bc6b79e210db2c44608936fd147 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 23 Dec 2019 09:24:31 -0300 >Subject: [PATCH] Bug 24080: (QA follow-up) Add missing filters > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 8e2039edaa..f6e6e02aba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -160,9 +160,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.24.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 24080
:
95665
|
95666
|
95667
|
95668
|
95669
|
95670
|
95671
|
95672
|
95793
|
95794
|
95795
|
95796
|
96332
|
96333
|
96334
|
96335
|
96519
|
96520
|
96521
|
96522
|
96523
|
96597
|
96598
|
96599
|
96600
|
96601
|
96602
|
96605
|
96606
|
96607
|
96608
|
96609
|
96610
|
96748
|
96749
|
96750
|
96751
|
96752
|
96753