@@ -, +, @@ price if <10 or credit --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -372,7 +372,7 @@ Using this account is not recommended because some parts of Koha will not functi You currently owe fines and charges amounting to: - [% amountoutstanding %] + [% amountoutstanding | $Price %] @@ -385,7 +385,7 @@ Using this account is not recommended because some parts of Koha will not functi Amount - You have a credit of:[% amountoutstanding %] + You have a credit of:[% amountoutstanding | $Price %] --