From a6418393c11c06078beb6abfc013cddf4307742c 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 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 patch and restart all. 5. Refresh the guarantor's page. Click on 'See all charges again'. This time it takes you down to the 'Guarantees' Charges' panel. 6. Sign off and have a wonderful 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 @@
  • Charges: Patron's guarantees collectively owe [% guarantees_fines | $Price %]. - See all charges. + See all charges.
  • [% END %] [% FOREACH guarantee IN guarantees %] -- 2.30.2