From cf2f4adc02216ebb5e6f297ab53f8aad0cb282aa 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Caroline Cyr La Rose Signed-off-by: Marcel de Rooy --- 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 95e24a3..16473f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -842,7 +842,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