Bugzilla – Attachment 178065 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: Fix duplicate ID's and label
Bug-23674-Fix-duplicate-IDs-and-label.patch (text/plain), 3.34 KB, created by
Lucas Gass (lukeg)
on 2025-02-13 23:16:43 UTC
(
hide
)
Description:
Bug 23674: Fix duplicate ID's and label
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-13 23:16:43 UTC
Size:
3.34 KB
patch
obsolete
>From b0eb1ce986290ca621f4411063d2e43022637070 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 1 Jul 2024 17:14:47 +0000 >Subject: [PATCH] Bug 23674: Fix duplicate ID's and label > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/members/boraccount.tt | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 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 7c0562bdf2c..94064022f34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -350,7 +350,7 @@ > [% END %] > <fieldset class="rows"> > <ol> >- <li> <span id="item" class="label">Account: </span><span></span> </li> >+ <li> <span id="refund_item" class="label">Account: </span><span></span> </li> > <li> <span id="paid" class="label">Amount paid: </span><span></span> </li> > <li> > <label class="required" for="amount">Returned to patron: </label> >@@ -408,7 +408,7 @@ > <div class="modal-body"> > <fieldset class="rows"> > <ol> >- <li> <span id="item" class="label">Account type: </span><span></span> </li> >+ <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> >@@ -455,7 +455,7 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="apply_discount_note">Note: </label> >+ <label for="void_note">Note: </label> > <input type="text" id="void_note" name="void_note" /> > </li> > </ol> >@@ -582,7 +582,7 @@ > $("#applyDiscountModal").on("shown.bs.modal", function(e){ > var button = $(e.relatedTarget); > var item = button.data('item'); >- $("#item + span").replaceWith(item); >+ $("#apply_discount_item + span").replaceWith(item); > var accountline = button.data('accountline'); > $('#discountline').val(accountline); > var amountoutstanding = button.data('amountoutstanding'); >@@ -593,10 +593,8 @@ > > $("#voidPaymentModal").on("shown.bs.modal", function(e){ > var button = $(e.relatedTarget); >- var item = button.data('item'); >- $("#item + span").replaceWith(item); >- var accountline = button.data('accountline'); >- $('#voidline').val(accountline); >+ var item = button.data('accountline'); >+ $('#voidline').val(item); > }); > > $("#cancelChargeModal").on("shown.bs.modal", function(e){ >-- >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