Bugzilla – Attachment 163046 Details for
Bug 36292
'See all charges' hyperlink to view guarantee fees is not linked correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36292: Fixed 'See all charges' hyperlink for guarantees/guarantor linked charges
Bug-36292-Fixed-See-all-charges-hyperlink-for-guar.patch (text/plain), 2.21 KB, created by
Laura Escamilla
on 2024-03-11 15:01:57 UTC
(
hide
)
Description:
Bug 36292: Fixed 'See all charges' hyperlink for guarantees/guarantor linked charges
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-03-11 15:01:57 UTC
Size:
2.21 KB
patch
obsolete
>From 61db2586b376cf4cc70c3e229b49dbbb991f40b1 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 11 Mar 2024 14:43:26 +0000 >Subject: [PATCH] Bug 36292: Fixed 'See all charges' hyperlink for > guarantees/guarantor linked charges >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1. Add a guarantee / guarantor relationship for two patrons. >2. Add a manual fee to the guarantees' account. >3. Go to the guarantor's account and view the 'Details' tab. Under contact information there should be a Guarantees section. There you will see the charges for your guarantee. Click on âSee all chargesâ. The link leads you no where. >4. Apply the patch and restart_all >5. Refresh the guarantorâs page and click on âSee all chargesâ again. This time it will take you down to the âGuaranteesâ Chargesâ panel. >6. Sign off and have a great day! :D >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index bd98741056..66532564c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -216,7 +216,7 @@ > <li class="guarantees-fines"> > <span class="circ-hlt">Charges:</span> > Patron's guarantees collectively owe [% guarantees_fines | $Price %]. >- <a id="view_guarantees_finesandcharges" href="#guarantees_finesandcharges" >See all charges.</a> >+ <a id="view_guarantees_finesandcharges" href="#guarantees_finesandcharges_panel" >See all charges.</a> > </li> > [% END %] > [% FOREACH guarantee IN guarantees %] >-- >2.30.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 36292
:
163044
|
163045
|
163046
|
163065
|
163174