From 097f2d44088029c57736b464cc39be131d475cc2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 9 Apr 2019 13:24:05 +0100 Subject: [PATCH] Bug 22628: Add VOID and FFOR to relevant templates This patch adds the VOID and FFOR codes to the releveant templates for display purposes Signed-off-by: Martin Renvoize Signed-off-by: Liz Rea --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 ++ koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc index cf388239fb..1240601836 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -15,6 +15,7 @@ [%- CASE 'HE' -%]Hold waiting too long [%- CASE 'Rent' -%]Rental fee [%- CASE 'FOR' -%]Forgiven + [%- CASE 'FFOR' -%]Fine forgiven [%- CASE 'LR' -%]Lost item fee refund [%- CASE 'PF' -%]Processing fee [%- CASE 'PAY' -%]Payment diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt index 7afd743acc..acd8f13d02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -85,6 +85,7 @@ [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) + [% CASE 'VOID' %]Voided [% CASE 'N' %]New card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee @@ -95,6 +96,7 @@ [% CASE 'HE' %]Hold waiting too long [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]Forgiven + [% CASE 'FFOR' %]Fine forgiven [% CASE 'LR' %]Lost item fee refund [% CASE 'PF' %]Processing fee [% CASE 'PAY' %]Payment diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index a73da77196..10a0b283aa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -32,6 +32,7 @@ [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) + [% CASE 'VOID' %]Voided [% CASE 'N' %]New card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee @@ -42,6 +43,7 @@ [% CASE 'HE' %]Hold waiting too long [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]Forgiven + [% CASE 'FFOR' %]Fine forgiven [% CASE 'LR' %]Lost item fee refund [% CASE 'PF' %]Processing fee [% CASE 'PAY' %]Payment @@ -109,4 +111,4 @@ [% ELSE %]

You have no fines or charges

-[% END %] \ No newline at end of file +[% END %] -- 2.11.0