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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (+1 lines)
Lines 15-20 Link Here
15
        [%- CASE 'HE'    -%]<span>Hold waiting too long</span>
15
        [%- CASE 'HE'    -%]<span>Hold waiting too long</span>
16
        [%- CASE 'Rent'  -%]<span>Rental fee</span>
16
        [%- CASE 'Rent'  -%]<span>Rental fee</span>
17
        [%- CASE 'FOR'   -%]<span>Forgiven</span>
17
        [%- CASE 'FOR'   -%]<span>Forgiven</span>
18
        [%- CASE 'FFOR'  -%]<span>Fine forgiven</span>
18
        [%- CASE 'LR'    -%]<span>Lost item fee refund</span>
19
        [%- CASE 'LR'    -%]<span>Lost item fee refund</span>
19
        [%- CASE 'PF'    -%]<span>Processing fee</span>
20
        [%- CASE 'PF'    -%]<span>Processing fee</span>
20
        [%- CASE 'PAY'   -%]<span>Payment</span>
21
        [%- CASE 'PAY'   -%]<span>Payment</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-1 / +2 lines)
Lines 33-38 Link Here
33
                        [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
33
                        [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
34
                        [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
34
                        [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
35
                        [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
35
                        [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
36
                        [% CASE 'VOID' %]Voided
36
                        [% CASE 'N' %]New card
37
                        [% CASE 'N' %]New card
37
                        [% CASE 'F' %]Fine
38
                        [% CASE 'F' %]Fine
38
                        [% CASE 'A' %]Account management fee
39
                        [% CASE 'A' %]Account management fee
Lines 43-48 Link Here
43
                        [% CASE 'HE' %]Hold waiting too long
44
                        [% CASE 'HE' %]Hold waiting too long
44
                        [% CASE 'Rent' %]Rental fee
45
                        [% CASE 'Rent' %]Rental fee
45
                        [% CASE 'FOR' %]Forgiven
46
                        [% CASE 'FOR' %]Forgiven
47
                        [% CASE 'FFOR' %]Fine forgiven
46
                        [% CASE 'LR' %]Lost item fee refund
48
                        [% CASE 'LR' %]Lost item fee refund
47
                        [% CASE 'PF' %]Processing fee
49
                        [% CASE 'PF' %]Processing fee
48
                        [% CASE 'PAY' %]Payment
50
                        [% CASE 'PAY' %]Payment
49
- 

Return to bug 22628