From dbe541a99bcd0753f5c050bfdf3b786399c78b1d 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 Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 1 + koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc index 28f5f94609..f87ab0bcf9 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/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index 80fc6c541e..07d1e7abb7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -33,6 +33,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 @@ -43,6 +44,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 -- 2.20.1