Bugzilla – Attachment 66560 Details for
Bug 19193
When displaying the fines of the guarantee on the guarantor account, price is not in correct format.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19193 - When displaying the fines of the guarantee on the guarantor account, price is not in correct format
Bug-19193---When-displaying-the-fines-of-the-guara.patch (text/plain), 1.54 KB, created by
Nick Clemens (kidclamp)
on 2017-08-28 16:30:14 UTC
(
hide
)
Description:
Bug 19193 - When displaying the fines of the guarantee on the guarantor account, price is not in correct format
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-08-28 16:30:14 UTC
Size:
1.54 KB
patch
obsolete
>From b796ee0382a3d3e45b6422574b72f9082b19cba0 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 <span class="ex">[% message | html %]</span> > > [% IF ( charges_guarantees ) %] > <li> >- <span class="circ-hlt">Fees & Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees %]. >+ <span class="circ-hlt">Fees & Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. > [% IF ( charges_guarantees_is_blocker ) %] > <span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> > [% END %] >-- >2.1.4
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 19193
:
66559
|
66560
|
67154
|
67666