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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-9 / +9 lines)
Lines 4-25 Link Here
4
        [%- CASE 'Pay00'   -%]<span>Payment (cash via SIP2)</span>
4
        [%- CASE 'Pay00'   -%]<span>Payment (cash via SIP2)</span>
5
        [%- CASE 'Pay01'   -%]<span>Payment (VISA via SIP2)</span>
5
        [%- CASE 'Pay01'   -%]<span>Payment (VISA via SIP2)</span>
6
        [%- CASE 'Pay02'   -%]<span>Payment (credit card via SIP2)</span>
6
        [%- CASE 'Pay02'   -%]<span>Payment (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>Lost item processing fee</span>
17
        [%- CASE 'PF'      -%]<span>Lost item processing fee[%- PROCESS account_status_description account=account -%]</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 'Res'     -%]<span>Hold fee</span>
22
        [%- CASE 'Res'     -%]<span>Hold fee</span>
24
        [%- CASE           -%][% account.accounttype | html %]
23
        [%- CASE           -%][% account.accounttype | html %]
25
    [%- END -%]
24
    [%- END -%]
Lines 44-49 Link Here
44
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
43
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
45
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
44
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
46
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
45
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
46
        [%- CASE 'VOID'       -%]<span> (Voided)</span>
47
        [%- CASE              -%]
47
        [%- CASE              -%]
48
    [%- END -%]
48
    [%- END -%]
49
[%- END -%]
49
[%- END -%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-8 / +8 lines)
Lines 39-54 Link Here
39
                        [% CASE 'A' %]Account management fee
39
                        [% CASE 'A' %]Account management fee
40
                        [% CASE 'M' %]Sundry
40
                        [% CASE 'M' %]Sundry
41
                        [% CASE 'L' %]Lost item
41
                        [% CASE 'L' %]Lost item
42
                        [% CASE 'W' %]Writeoff
42
                        [% CASE 'W' %]Writeoff[%- PROCESS account_status_description account=account -%]
43
                        [% CASE 'HE' %]Hold waiting too long
43
                        [% CASE 'HE' %]Hold waiting too long
44
                        [% CASE 'Rent' %]Rental fee
44
                        [% CASE 'Rent' %]Rental fee
45
                        [% CASE 'FOR' %]Forgiven
45
                        [% CASE 'FOR' %]Forgiven[%- PROCESS account_status_description account=account -%]
46
                        [% CASE 'LR' %]Lost item fee refund
46
                        [% CASE 'LR' %]Lost item fee refund[%- PROCESS account_status_description account=account -%]
47
                        [% CASE 'PF' %]Lost item processing fee
47
                        [% CASE 'PF' %]Lost item processing fee
48
                        [% CASE 'PAY' %]Payment
48
                        [% CASE 'PAY' %]Payment[%- PROCESS account_status_description account=account -%]
49
                        [% CASE 'WO' %]Writeoff
49
                        [% CASE 'WO' %]Writeoff[%- PROCESS account_status_description account=account -%]
50
                        [% CASE 'C' %]Credit
50
                        [% CASE 'C' %]Credit[%- PROCESS account_status_description account=account -%]
51
                        [% CASE 'CR' %]Credit
51
                        [% CASE 'CR' %]Credit[%- PROCESS account_status_description account=account -%]
52
                        [%-CASE 'Res' %]Hold fee
52
                        [%-CASE 'Res' %]Hold fee
53
                        [% CASE %][% ACCOUNT_LINE.accounttype | html %]
53
                        [% CASE %][% ACCOUNT_LINE.accounttype | html %]
54
                        [%- END -%]
54
                        [%- END -%]
Lines 121-126 Link Here
121
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
121
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
122
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
122
        [%- CASE 'REPLACED'   -%]<span> (Replaced)</span>
123
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
123
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
124
        [%- CASE 'VOID'       -%]<span> (Voided)</span>
124
        [%- CASE              -%]
125
        [%- CASE              -%]
125
    [%- END -%]
126
    [%- END -%]
126
[%- END -%]
127
[%- END -%]
127
- 

Return to bug 22511