From 694eb3f62faf1181512e2597f08a418675652356 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 12 Sep 2019 07:54:16 +0100 Subject: [PATCH] Accounttype Translations https://bugs.koha-community.org/show_bug.cgi?id=23442 --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc index 61a31a2687..030aa8696a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -20,6 +20,8 @@ [%- CASE 'C' -%]Credit [%- CASE 'LOST_RETURN' -%]Lost item fee refund [%- CASE 'Res' -%]Hold fee + [%- CASE 'Refund' -%]Refund + [%- CASE 'Payout' -%]Payout [%- CASE -%][% account.accounttype | html %] [%- END -%] [%- PROCESS account_status_description account=account -%] -- 2.20.1