Fees & Charges:
- Patron has outstanding fees & charges of [% fines | $Price | html %].
+ Patron has outstanding fees & charges of [% fines | $Price %].
[% IF !Koha.Preference('AllowFineOverride') && NoIssuesCharge && fines > NoIssuesCharge %]
Checkouts are BLOCKED because fine balance is OVER THE LIMIT.
[% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
index b579b1145b..d02bdbd221 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
@@ -128,34 +128,34 @@
[% Branches.GetName( loop_budge.budget_branchcode ) | html %]
[% IF loop_budge.budget_parent_id %]
- [% loop_budge.budget_amount | $Price | html %]
+ [% loop_budge.budget_amount | $Price %]
[% ELSE %]
- [% loop_budge.budget_amount | $Price | html %]
+ [% loop_budge.budget_amount | $Price %]
[% END %]
[% IF ( active ) %]
@@ -478,16 +478,16 @@
[% SET zero_regex = "^0{1,}\.?0{1,}[^1-9]" %] [%# 0 or 0.0 or 0.00 or 00 or 00.0 or 00.00 or 0.000 ... %]
[%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %]
-
[% books_loo.rrp_tax_excluded | $Price | html %]
-
[% books_loo.ecost_tax_excluded | $Price | html %]
-
[% books_loo.rrp_tax_included | $Price | html %]
-
[% books_loo.ecost_tax_included | $Price | html %]
-
[% books_loo.replacementprice | $Price | html %]
+
[% books_loo.rrp_tax_excluded | $Price %]
+
[% books_loo.ecost_tax_excluded | $Price %]
+
[% books_loo.rrp_tax_included | $Price %]
+
[% books_loo.ecost_tax_included | $Price %]
+
[% books_loo.replacementprice | $Price %]
[% books_loo.quantity | html %]
-
[% books_loo.total_tax_excluded | $Price | html %]
-
[% books_loo.total_tax_included | $Price | html %]
+
[% books_loo.total_tax_excluded | $Price %]
+
[% books_loo.total_tax_included | $Price %]
[% books_loo.tax_rate * 100 | html %]
-
[% books_loo.tax_value | $Price | html %]
+
[% books_loo.tax_value | $Price %]
[% books_loo.budget_name | html %]
[% books_loo.suppliers_report | html %]
[% IF ( active ) %]
@@ -594,16 +594,16 @@
[% END %]
-
[% order.rrp_tax_excluded | $Price | html %]
-
[% order.ecost_tax_excluded | $Price | html %]
-
[% order.rrp_tax_included | $Price | html %]
-
[% order.ecost_tax_included | $Price | html %]
-
[% order.replacementprice | $Price | html %]
+
[% order.rrp_tax_excluded | $Price %]
+
[% order.ecost_tax_excluded | $Price %]
+
[% order.rrp_tax_included | $Price %]
+
[% order.ecost_tax_included | $Price %]
+
[% order.replacementprice | $Price %]
[% order.quantity | html %]
-
[% order.total_tax_excluded | $Price | html %]
-
[% order.total_tax_included | $Price | html %]
+
[% order.total_tax_excluded | $Price %]
+
[% order.total_tax_included | $Price %]
[% order.tax_rate * 100 | html %]
-
[% order.tax_value | $Price | html %]
+
[% order.tax_value | $Price %]
[% order.budget_name | html %]
[% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
index 6f4ac6d745..9c81b71e55 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
@@ -178,7 +178,7 @@ function submitForm(form) {
No name, basketnumber: [% basket.basketno | html %]
[% END %]
,
- Total: [% basket.total | $Price | html %]
+ Total: [% basket.total | $Price %]
[% END %]
@@ -268,7 +268,7 @@ function submitForm(form) {
No name, basketnumber: [% selectedbasket.basketno | html %]
[% END %]
,
- Total: [% selectedbasket.total | $Price | html %]
+ Total: [% selectedbasket.total | $Price %]
[% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt
index 423d14548c..fe4d77c406 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt
@@ -16,11 +16,11 @@
"[% r.collectiontitle | html %]"[%- delimiter | html -%]
[% r.isbn | html %][%- delimiter | html -%]
[% r.quantity | html %][%- delimiter | html -%]
-[% r.rrp_tax_included | $Price | html %][%- delimiter | html -%]
-[% r.rrp_tax_excluded | $Price | html %][%- delimiter | html -%]
+[% r.rrp_tax_included | $Price %][%- delimiter | html -%]
+[% r.rrp_tax_excluded | $Price %][%- delimiter | html -%]
[% r.discount | html %][%- delimiter | html -%]
-[% r.ecost_tax_included | $Price | html %][%- delimiter | html -%]
-[% r.ecost_tax_excluded | $Price | html %][%- delimiter | html -%]
+[% r.ecost_tax_included | $Price %][%- delimiter | html -%]
+[% r.ecost_tax_excluded | $Price %][%- delimiter | html -%]
"[% r.notes | html %]"[%- delimiter | html -%]
[% r.entrydate | html %][%- delimiter | html -%]
"[% r.booksellername | html %]"[%- delimiter | html -%]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt
index 0389baddf2..c66c94ba3b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt
@@ -109,7 +109,7 @@
[% total_adj = total_adj + adjustment.adjustment | html %]
[% adjustment.adjustment_id | html %]
-
+
[% reasons = AuthorisedValues.Get("ADJ_REASON") | html %]
[% IF reasons.0 %]
@@ -273,14 +273,14 @@
[% END %]
[% order.branchcode | html %]
-
[% order.unitprice_tax_excluded | $Price | html %]
-
[% order.unitprice_tax_included | $Price | html %]
-
[% order.replacementprice | $Price | html %]
+
[% order.unitprice_tax_excluded | $Price %]
+
[% order.unitprice_tax_included | $Price %]
+
[% order.replacementprice | $Price %]
[% order.quantity | html %]
-
[% order.total_tax_excluded | $Price | html %]
-
[% order.total_tax_included | $Price | html %]
+
[% order.total_tax_excluded | $Price %]
+
[% order.total_tax_included | $Price %]
[% order.tax_rate * 100 | html %]
-
[% order.tax_value | $Price | html %]
+
[% order.tax_value | $Price %]
[% order.budget_name | html %]
[% END %]
@@ -293,10 +293,10 @@
[% tf.quantity | html %]
-
[% tf.total_tax_excluded | $Price | html %]
-
[% tf.total_tax_included | $Price | html %]
+
[% tf.total_tax_excluded | $Price %]
+
[% tf.total_tax_included | $Price %]
-
[% tf.tax_value | $Price | html %]
+
[% tf.tax_value | $Price %]
[% END %]
@@ -306,10 +306,10 @@
[% total_quantity | html %]
-
[% total_tax_excluded | $Price | html %]
-
[% total_tax_included | $Price | html %]
+
[% total_tax_excluded | $Price %]
+
[% total_tax_included | $Price %]
-
[% total_tax_value | $Price | html %]
+
[% total_tax_value | $Price %]
@@ -318,10 +318,10 @@
[% total_quantity | html %]
-
[% total_tax_excluded_shipment + total_adj | $Price | html %]
[% IF loop_receive.cannot_cancel or ( order.basket.effective_create_items == "receiving" and loop_receive.holds > 0 ) %]
[% IF loop_receive.cannot_cancel %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
index 2ec02bc63a..22b6d2ea81 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
@@ -368,7 +368,7 @@
[% IF r.orders_moved.size > 0 %]
[% FOR order IN r.orders_moved %]
-
[% r.budget.budget_name | html %] (id=[% r.budget.budget_id | html %]) Amount=[% r.budget.budget_amount | $Price | html %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price | html %] remaining has been moved)[% END %]
+
[% r.budget.budget_name | html %] (id=[% r.budget.budget_id | html %]) Amount=[% r.budget.budget_amount | $Price %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price %] remaining has been moved)[% END %]
[% r.budget.budget_id | html %] [% r.budget.budget_amount | $Price | html %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price | html %] remaining has been moved)[% END %]
+
[% r.budget.budget_id | html %] [% r.budget.budget_amount | $Price %][% IF r.unspent_moved %] ([% r.unspent_moved | $Price %] remaining has been moved)[% END %]
This fund code does not exist in the destination budget.
@@ -439,7 +439,7 @@
Locked
[% END %]
-
[% period_active.budget_period_total | $Price | html %]
+
[% period_active.budget_period_total | $Price %]
[% PROCESS action_menu block_budget=period_active %]
- Total[% total | $Price | html %]
+ Total[% total | $Price %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt
index 8fb0ec48e5..205921dee1 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt
@@ -89,7 +89,7 @@
[%- SET COLSPAN = 3 -%]
[%- END -%]
Total due
-
[% total | $Price | html %]
+
[% total | $Price %]
@@ -134,8 +134,8 @@
[%- IF ACCOUNT_LINE.description %], [% ACCOUNT_LINE.description | html %][% END %]
[% IF ACCOUNT_LINE.title %]([% ACCOUNT_LINE.title | html %])[% END %]
- [% IF ( ACCOUNT_LINE.amountcredit ) %]
[% ELSE %]
[% END %][% ACCOUNT_LINE.amount | $Price | html %]
- [% IF ( ACCOUNT_LINE.amountoutstandingcredit ) %]
[% ELSE %]
[% END %][% ACCOUNT_LINE.amountoutstanding | $Price | html %]
+ [% IF ( ACCOUNT_LINE.amountcredit ) %]
[% ELSE %]
[% END %][% ACCOUNT_LINE.amount | $Price %]
+ [% IF ( ACCOUNT_LINE.amountoutstandingcredit ) %]
[% ELSE %]
[% END %][% ACCOUNT_LINE.amountoutstanding | $Price %]
[% END %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
index 36f25d1f24..5685e62b88 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
@@ -65,7 +65,7 @@
[% IF ( too_much_oweing ) %]
- You have unpaid fines. Amount: [% too_much_oweing | $Price | html %].
+ You have unpaid fines. Amount: [% too_much_oweing | $Price %].
[% END %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
index 69ce9b01e1..17e950fb89 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
@@ -129,7 +129,7 @@
Please note: Your library card has been marked as lost or stolen. If this is an error, please contact the library.
[% END %]
[% IF ( renewal_blocked_fines.defined ) && ( OpacRenewalAllowed ) %]
-
Please note: You cannot renew your books online. Reason: [% IF ( renewal_blocked_fines ) > 0 %]Your fines exceed [% renewal_blocked_fines | $Price | html %].[% ELSE %]You have fines.[% END %]
+
Please note: You cannot renew your books online. Reason: [% IF ( renewal_blocked_fines ) > 0 %]Your fines exceed [% renewal_blocked_fines | $Price %].[% ELSE %]You have fines.[% END %]
[% END %]
@@ -145,9 +145,9 @@
[% IF relatives %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
index dcfdb08a0d..018374418d 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
@@ -56,7 +56,7 @@
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %]
This item is not for loan.
[% ELSIF ( circ_error_DEBT ) %]
- You owe the library [% DEBT | $Price | html %] and cannot check out.
+ You owe the library [% DEBT | $Price %] and cannot check out.
[% ELSIF ( circ_error_WTHDRAWN ) %]
This item has been withdrawn from the collection.
[% ELSIF ( circ_error_RESTRICTED ) %]
--
2.39.5