Bugzilla – Attachment 67154 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.61 KB, created by
Caroline Cyr La Rose
on 2017-09-15 19:23:07 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:
Caroline Cyr La Rose
Created:
2017-09-15 19:23:07 UTC
Size:
1.61 KB
patch
obsolete
>From bca0502dc50e8ae7c9a158f6a8fc5fc5fca2168e 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 > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >--- > 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 ffe414b..bff6ccf 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 <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 %] >-- >1.9.1
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