From 684b60cbfa18f273636fae3af5edce1f480b81fd Mon Sep 17 00:00:00 2001 From: Laura Escamilla 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- 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 @@
  • Charges: Patron's guarantees collectively owe [% guarantees_fines | $Price %]. - See all charges. + See all charges.
  • [% END %] [% FOREACH guarantee IN guarantees %] -- 2.30.2