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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-8 / +8 lines)
Lines 4-25 Link Here
4
        [%- CASE 'Pay00'   -%]<span>Payment, thanks (cash via SIP2)</span>
4
        [%- CASE 'Pay00'   -%]<span>Payment, thanks (cash via SIP2)</span>
5
        [%- CASE 'Pay01'   -%]<span>Payment, thanks (VISA via SIP2)</span>
5
        [%- CASE 'Pay01'   -%]<span>Payment, thanks (VISA via SIP2)</span>
6
        [%- CASE 'Pay02'   -%]<span>Payment, thanks (credit card via SIP2)</span>
6
        [%- CASE 'Pay02'   -%]<span>Payment, thanks (credit card via SIP2)</span>
7
        [%- CASE 'VOID'    -%]<span>Voided</span>
8
        [%- CASE 'N'       -%]<span>New card</span>
7
        [%- CASE 'N'       -%]<span>New card</span>
9
        [%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span>
8
        [%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span>
10
        [%- CASE 'A'       -%]<span>Account management fee</span>
9
        [%- CASE 'A'       -%]<span>Account management fee</span>
11
        [%- CASE 'M'       -%]<span>Sundry</span>
10
        [%- CASE 'M'       -%]<span>Sundry</span>
12
        [%- CASE 'L'       -%]<span>Lost item</span>
11
        [%- CASE 'L'       -%]<span>Lost item</span>
13
        [%- CASE 'W'       -%]<span>Writeoff</span>
12
        [%- CASE 'W'       -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span>
14
        [%- CASE 'HE'      -%]<span>Hold waiting too long</span>
13
        [%- CASE 'HE'      -%]<span>Hold waiting too long</span>
15
        [%- CASE 'Rent'    -%]<span>Rental fee</span>
14
        [%- CASE 'Rent'    -%]<span>Rental fee</span>
16
        [%- CASE 'FOR'     -%]<span>Forgiven</span>
15
        [%- CASE 'FOR'     -%]<span>Forgiven[%- PROCESS account_status_description account=account -%]</span>
17
        [%- CASE 'LR'      -%]<span>Lost item fee refund</span>
16
        [%- CASE 'LR'      -%]<span>Lost item fee refund[%- PROCESS account_status_description account=account -%]</span>
18
        [%- CASE 'PF'      -%]<span>Processing fee</span>
17
        [%- CASE 'PF'      -%]<span>Processing fee</span>
19
        [%- CASE 'PAY'     -%]<span>Payment</span>
18
        [%- CASE 'PAY'     -%]<span>Payment[%- PROCESS account_status_description account=account -%]</span>
20
        [%- CASE 'WO'      -%]<span>Writeoff</span>
19
        [%- CASE 'WO'      -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span>
21
        [%- CASE 'C'       -%]<span>Credit</span>
20
        [%- CASE 'C'       -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span>
22
        [%- CASE 'CR'      -%]<span>Credit</span>
21
        [%- CASE 'CR'      -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span>
23
        [%- CASE           -%][% account.accounttype | html %]
22
        [%- CASE           -%][% account.accounttype | html %]
24
    [%- END -%]
23
    [%- END -%]
25
[%- END -%]
24
[%- END -%]
Lines 43-48 Link Here
43
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
42
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
44
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
43
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
45
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
44
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
45
        [%- CASE 'VOID'       -%]<span> (Voided)</span>
46
        [%- CASE              -%]
46
        [%- CASE              -%]
47
    [%- END -%]
47
    [%- END -%]
48
[%- END -%]
48
[%- END -%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-8 / +8 lines)
Lines 37-52 Link Here
37
                        [% CASE 'A' %]Account management fee
37
                        [% CASE 'A' %]Account management fee
38
                        [% CASE 'M' %]Sundry
38
                        [% CASE 'M' %]Sundry
39
                        [% CASE 'L' %]Lost item
39
                        [% CASE 'L' %]Lost item
40
                        [% CASE 'W' %]Writeoff
40
                        [% CASE 'W' %]Writeoff[%- PROCESS account_status_description account=account -%]
41
                        [% CASE 'HE' %]Hold waiting too long
41
                        [% CASE 'HE' %]Hold waiting too long
42
                        [% CASE 'Rent' %]Rental fee
42
                        [% CASE 'Rent' %]Rental fee
43
                        [% CASE 'FOR' %]Forgiven
43
                        [% CASE 'FOR' %]Forgiven[%- PROCESS account_status_description account=account -%]
44
                        [% CASE 'LR' %]Lost item fee refund
44
                        [% CASE 'LR' %]Lost item fee refund[%- PROCESS account_status_description account=account -%]
45
                        [% CASE 'PF' %]Processing fee
45
                        [% CASE 'PF' %]Processing fee
46
                        [% CASE 'PAY' %]Payment
46
                        [% CASE 'PAY' %]Payment[%- PROCESS account_status_description account=account -%]
47
                        [% CASE 'WO' %]Writeoff
47
                        [% CASE 'WO' %]Writeoff[%- PROCESS account_status_description account=account -%]
48
                        [% CASE 'C' %]Credit
48
                        [% CASE 'C' %]Credit[%- PROCESS account_status_description account=account -%]
49
                        [% CASE 'CR' %]Credit
49
                        [% CASE 'CR' %]Credit[%- PROCESS account_status_description account=account -%]
50
                        [% CASE %][% ACCOUNT_LINE.accounttype | html %]
50
                        [% CASE %][% ACCOUNT_LINE.accounttype | html %]
51
                        [%- END -%]
51
                        [%- END -%]
52
                        [%- IF ACCOUNT_LINE.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %]
52
                        [%- IF ACCOUNT_LINE.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %]
Lines 116-121 Link Here
116
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
116
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
117
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
117
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
118
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
118
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
119
        [%- CASE 'VOID'       -%]<span> (Voided)</span>
119
        [%- CASE              -%]
120
        [%- CASE              -%]
120
    [%- END -%]
121
    [%- END -%]
121
[%- END -%]
122
[%- END -%]
122
- 

Return to bug 22511