@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 18 +++++++++--------- .../opac-tmpl/bootstrap/en/includes/account-table.inc | 15 ++++++++------- 2 files changed, 17 insertions(+), 16 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -4,22 +4,21 @@ [%- CASE 'Pay00' -%]Payment (cash via SIP2) [%- CASE 'Pay01' -%]Payment (VISA via SIP2) [%- CASE 'Pay02' -%]Payment (credit card via SIP2) - [%- CASE 'VOID' -%]Voided [%- CASE 'N' -%]New card [%- CASE 'OVERDUE' -%]Fine[%- PROCESS account_status_description account=account -%] [%- CASE 'A' -%]Account management fee [%- CASE 'M' -%]Sundry [%- CASE 'L' -%]Lost item - [%- CASE 'W' -%]Writeoff + [%- CASE 'W' -%]Writeoff[%- PROCESS account_status_description account=account -%] [%- CASE 'HE' -%]Hold waiting too long [%- CASE 'Rent' -%]Rental fee - [%- CASE 'FOR' -%]Forgiven - [%- CASE 'LR' -%]Lost item fee refund - [%- CASE 'PF' -%]Lost item processing fee - [%- CASE 'PAY' -%]Payment - [%- CASE 'WO' -%]Writeoff - [%- CASE 'C' -%]Credit - [%- CASE 'CR' -%]Credit + [%- CASE 'FOR' -%]Forgiven[%- PROCESS account_status_description account=account -%] + [%- CASE 'LR' -%]Lost item fee refund[%- PROCESS account_status_description account=account -%] + [%- CASE 'PF' -%]Lost item processing fee[%- PROCESS account_status_description account=account -%] + [%- CASE 'PAY' -%]Payment[%- PROCESS account_status_description account=account -%] + [%- CASE 'WO' -%]Writeoff[%- PROCESS account_status_description account=account -%] + [%- CASE 'C' -%]Credit[%- PROCESS account_status_description account=account -%] + [%- CASE 'CR' -%]Credit[%- PROCESS account_status_description account=account -%] [%- CASE 'Res' -%]Hold fee [%- CASE -%][% account.accounttype | html %] [%- END -%] @@ -44,6 +43,7 @@ [%- CASE 'RETURNED' -%] (Returned) [%- CASE 'REPLACED' -%] (Replaced) [%- CASE 'FORGIVEN' -%] (Forgiven) + [%- CASE 'VOID' -%] (Voided) [%- CASE -%] [%- END -%] [%- END -%] --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -39,16 +39,16 @@ [% CASE 'A' %]Account management fee [% CASE 'M' %]Sundry [% CASE 'L' %]Lost item - [% CASE 'W' %]Writeoff + [% CASE 'W' %]Writeoff[%- PROCESS account_status_description account=account -%] [% CASE 'HE' %]Hold waiting too long [% CASE 'Rent' %]Rental fee - [% CASE 'FOR' %]Forgiven - [% CASE 'LR' %]Lost item fee refund + [% CASE 'FOR' %]Forgiven[%- PROCESS account_status_description account=account -%] + [% CASE 'LR' %]Lost item fee refund[%- PROCESS account_status_description account=account -%] [% CASE 'PF' %]Lost item processing fee - [% CASE 'PAY' %]Payment - [% CASE 'WO' %]Writeoff - [% CASE 'C' %]Credit - [% CASE 'CR' %]Credit + [% CASE 'PAY' %]Payment[%- PROCESS account_status_description account=account -%] + [% CASE 'WO' %]Writeoff[%- PROCESS account_status_description account=account -%] + [% CASE 'C' %]Credit[%- PROCESS account_status_description account=account -%] + [% CASE 'CR' %]Credit[%- PROCESS account_status_description account=account -%] [%-CASE 'Res' %]Hold fee [% CASE %][% ACCOUNT_LINE.accounttype | html %] [%- END -%] @@ -121,6 +121,7 @@ [%- CASE 'RETURNED' -%] (Returned) [%- CASE 'REPLACED' -%] (Replaced) [%- CASE 'FORGIVEN' -%] (Forgiven) + [%- CASE 'VOID' -%] (Voided) [%- CASE -%] [%- END -%] [%- END -%] --