From 66f3a72a01ba5238a9bba39a3b9cb659dbb47a42 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Feb 2019 12:25:12 +0000 Subject: [PATCH] Revert "Bug 22121: Display 'Price paid' on ILL requests according to CurrencyFormat pref" Reverted while 20600 is being pushed through community to avoid rebase issues This reverts commit a628dab3b60d64e383ef2ffa20e5ea1c80f9b9d9. Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 36c43ede49..979c034e12 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -3,7 +3,6 @@ [% USE Branches %] [% USE Koha %] [% USE KohaDates %] -[% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Koha › ILL requests › @@ -606,7 +605,7 @@
  • Price paid: - [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]N/A[% END %] + [% IF request.price_paid %][% request.price_paid | html %][% ELSE %]N/A[% END %]
  • Request number: -- 2.20.1