Bugzilla – Attachment 168330 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.14 KB, created by
Lucas Gass (lukeg)
on 2024-07-01 17:15:24 UTC
(
hide
)
Description:
Bug 23674: Fix duplicate ID's and label
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-07-01 17:15:24 UTC
Size:
3.14 KB
patch
obsolete
>From c08711c63bc6b5ed4ec9863e1009daaa3b2648b8 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 > >--- > .../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 efd45ca9fa..f4d088f619 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -304,7 +304,7 @@ > <fieldset class="rows"> > <ol> > <li> >- <span id="item" class="label">Account: </span><span></span> >+ <span id="refund_item" class="label">Account: </span><span></span> > </li> > <li> > <span id="paid" class="label">Amount paid: </span><span></span> >@@ -359,7 +359,7 @@ > <fieldset class="rows"> > <ol> > <li> >- <span id="item" class="label">Account type: </span><span></span> >+ <span id="apply_discount_item" class="label">Account type: </span><span></span> > </li> > <li> > <span id="charged" class="label">Amount charged: </span><span></span> >@@ -402,7 +402,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> >@@ -516,7 +516,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 amount = button.data('amount'); >@@ -527,10 +527,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.2
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