Bugzilla – Attachment 178885 Details for
Bug 23674
Allowing notes on all entries in patron Transactions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23674: Add note field the last field in discount modal
Bug-23674-Add-note-field-the-last-field-in-discoun.patch (text/plain), 1.91 KB, created by
Lucas Gass (lukeg)
on 2025-02-28 22:57:31 UTC
(
hide
)
Description:
Bug 23674: Add note field the last field in discount modal
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-28 22:57:31 UTC
Size:
1.91 KB
patch
obsolete
>From a11c3f7505b04e80e6ebfc19ff8b137578a79f22 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 28 Feb 2025 22:56:24 +0000 >Subject: [PATCH] Bug 23674: Add note field the last field in discount modal > >--- > .../intranet-tmpl/prog/en/modules/members/boraccount.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 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 d830cc00837..1d40d4b3c0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -410,15 +410,15 @@ > <ol> > <li> <span id="apply_discount_item" class="label">Account type: </span><span></span> </li> > <li> <span id="charged" class="label">Amount charged: </span><span></span> </li> >- <li> >- <label for="apply_discount_note">Note: </label> >- <input type="text" id="apply_discount_note" name="apply_discount_note" /> >- </li> > <li> > <label class="required" for="amount">Discount to apply: </label> > <input type="text" inputmode="numeric" pattern="[0-9]*" id="discount" name="amount" required="required" /> > <span class="required">Required</span> > </li> >+ <li> >+ <label for="apply_discount_note">Note: </label> >+ <input type="text" id="apply_discount_note" name="apply_discount_note" /> >+ </li> > </ol> > </fieldset> > <!-- /.rows --> >-- >2.39.5
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 23674
:
168035
|
168036
|
168174
|
168177
|
168178
|
168180
|
168213
|
168329
|
168330
|
169782
|
169783
|
169784
|
169785
|
169786
|
169787
|
169788
|
174300
|
174301
|
174302
|
174303
|
174304
|
174305
|
174306
|
174307
|
174308
|
177225
|
177226
|
177227
|
177228
|
177229
|
177230
|
177231
|
177232
|
177233
|
178059
|
178060
|
178061
|
178062
|
178063
|
178064
|
178065
|
178066
|
178067
|
178791
|
178792
|
178793
|
178794
|
178795
|
178796
|
178797
|
178798
|
178799
|
178884
| 178885