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/intranet-tmpl/prog/en/modules/members/pay.tt (+2 lines)
Lines 85-90 Link Here
85
          [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
85
          [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
86
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
86
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
87
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
87
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
88
          [% CASE 'VOID' %]Voided
88
          [% CASE 'N' %]New card
89
          [% CASE 'N' %]New card
89
          [% CASE 'F' %]Fine
90
          [% CASE 'F' %]Fine
90
          [% CASE 'A' %]Account management fee
91
          [% CASE 'A' %]Account management fee
Lines 95-100 Link Here
95
          [% CASE 'HE' %]Hold waiting too long
96
          [% CASE 'HE' %]Hold waiting too long
96
          [% CASE 'Rent' %]Rental fee
97
          [% CASE 'Rent' %]Rental fee
97
          [% CASE 'FOR' %]Forgiven
98
          [% CASE 'FOR' %]Forgiven
99
          [% CASE 'FFOR' %]Fine forgiven
98
          [% CASE 'LR' %]Lost item fee refund
100
          [% CASE 'LR' %]Lost item fee refund
99
          [% CASE 'PF' %]Processing fee
101
          [% CASE 'PF' %]Processing fee
100
          [% CASE 'PAY' %]Payment
102
          [% CASE 'PAY' %]Payment
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-2 / +3 lines)
Lines 32-37 Link Here
32
                        [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
32
                        [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
33
                        [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
33
                        [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
34
                        [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
34
                        [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
35
                        [% CASE 'VOID' %]Voided
35
                        [% CASE 'N' %]New card
36
                        [% CASE 'N' %]New card
36
                        [% CASE 'F' %]Fine
37
                        [% CASE 'F' %]Fine
37
                        [% CASE 'A' %]Account management fee
38
                        [% CASE 'A' %]Account management fee
Lines 42-47 Link Here
42
                        [% CASE 'HE' %]Hold waiting too long
43
                        [% CASE 'HE' %]Hold waiting too long
43
                        [% CASE 'Rent' %]Rental fee
44
                        [% CASE 'Rent' %]Rental fee
44
                        [% CASE 'FOR' %]Forgiven
45
                        [% CASE 'FOR' %]Forgiven
46
                        [% CASE 'FFOR' %]Fine forgiven
45
                        [% CASE 'LR' %]Lost item fee refund
47
                        [% CASE 'LR' %]Lost item fee refund
46
                        [% CASE 'PF' %]Processing fee
48
                        [% CASE 'PF' %]Processing fee
47
                        [% CASE 'PAY' %]Payment
49
                        [% CASE 'PAY' %]Payment
Lines 109-112 Link Here
109
    </form>
111
    </form>
110
[% ELSE %]
112
[% ELSE %]
111
    <h4>You have no fines or charges</h4>
113
    <h4>You have no fines or charges</h4>
112
[% END %]
114
[% END %]
113
- 

Return to bug 22628