From 8c5fd0dec1a0802c8714cb9ecc966f481fe45d7e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 6 Jul 2018 11:13:49 +0000 Subject: [PATCH] Bug 20703: (RM follow-up) Remove the word 'Payment' from void Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc index 7d7cdc6109..66ddd188d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc @@ -3,7 +3,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' %]Payment, Voided + [% CASE 'VOID' %]Voided [% CASE 'N' %]New card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee -- 2.39.5