View | Details | Raw Unified | Return to bug 23442
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-1 / +2 lines)
Lines 20-25 Link Here
20
        [%- CASE 'C'                -%]<span>Credit
20
        [%- CASE 'C'                -%]<span>Credit
21
        [%- CASE 'LOST_RETURN'      -%]<span>Lost item fee refund
21
        [%- CASE 'LOST_RETURN'      -%]<span>Lost item fee refund
22
        [%- CASE 'Res'              -%]<span>Hold fee
22
        [%- CASE 'Res'              -%]<span>Hold fee
23
        [%- CASE 'Refund'           -%]<span>Refund
24
        [%- CASE 'Payout'           -%]<span>Payout
23
        [%- CASE                    -%]<span>[% account.accounttype | html %]
25
        [%- CASE                    -%]<span>[% account.accounttype | html %]
24
    [%- END -%]
26
    [%- END -%]
25
    [%- PROCESS account_status_description account=account -%]</span>
27
    [%- PROCESS account_status_description account=account -%]</span>
26
- 

Return to bug 23442