From b796ee0382a3d3e45b6422574b72f9082b19cba0 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 28 Aug 2017 16:27:41 +0000 Subject: [PATCH] Bug 19193 - When displaying the fines of the guarantee on the guarantor account, price is not in correct format 1 - Have a patron with guarantees 2 - Charge some fines to the guarantees 3 - View the patron 4 - Fines are displayed unformatted 5 - Apply patch 6 - Refresh 7 - Fines should now be formatted correctly --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 163747d..1751bf2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -805,7 +805,7 @@ No patron matched [% message | html %] [% IF ( charges_guarantees ) %]
  • - Fees & Charges: Patron's guarantees collectively owe [% chargesamount_guarantees %]. + Fees & Charges: Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. [% IF ( charges_guarantees_is_blocker ) %] Checkouts are BLOCKED because fine balance is OVER THE LIMIT. [% END %] -- 2.1.4