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 42-47 Link Here
42
        [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span>
41
        [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span>
43
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
42
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
44
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
43
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
44
        [%- CASE 'VOID'       -%]<span> (Voided)</span>
45
        [%- CASE              -%]
45
        [%- CASE              -%]
46
    [%- END -%]
46
    [%- END -%]
47
[%- END -%]
47
[%- END -%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-8 / +7 lines)
Lines 117-132 Link Here
117
                                            [%- CASE 'A'       -%]Account management fee
117
                                            [%- CASE 'A'       -%]Account management fee
118
                                            [%- CASE 'M'       -%]Sundry
118
                                            [%- CASE 'M'       -%]Sundry
119
                                            [%- CASE 'L'       -%]Lost item
119
                                            [%- CASE 'L'       -%]Lost item
120
                                            [%- CASE 'W'       -%]Writeoff
120
                                            [%- CASE 'W'       -%]Writeoff[%- PROCESS account_status_description account=account -%]
121
                                            [%- CASE 'HE'      -%]Hold waiting too long
121
                                            [%- CASE 'HE'      -%]Hold waiting too long
122
                                            [%- CASE 'Rent'    -%]Rental fee
122
                                            [%- CASE 'Rent'    -%]Rental fee
123
                                            [%- CASE 'FOR'     -%]Forgiven
123
                                            [%- CASE 'FOR'     -%]Forgiven[%- PROCESS account_status_description account=account -%]
124
                                            [%- CASE 'LR'      -%]Lost item fee refund
124
                                            [%- CASE 'LR'      -%]Lost item fee refund[%- PROCESS account_status_description account=account -%]
125
                                            [%- CASE 'PF'      -%]Processing fee
125
                                            [%- CASE 'PF'      -%]Processing fee
126
                                            [%- CASE 'PAY'     -%]Payment
126
                                            [%- CASE 'PAY'     -%]Payment[%- PROCESS account_status_description account=account -%]
127
                                            [%- CASE 'WO'      -%]Writeoff
127
                                            [%- CASE 'WO'      -%]Writeoff[%- PROCESS account_status_description account=account -%]
128
                                            [%- CASE 'C'       -%]Credit
128
                                            [%- CASE 'C'       -%]Credit[%- PROCESS account_status_description account=account -%]
129
                                            [%- CASE 'CR'      -%]Credit
129
                                            [%- CASE 'CR'      -%]Credit[%- PROCESS account_status_description account=account -%]
130
                                            [%- CASE -%][% ACCOUNT_LINE.accounttype | html %]
130
                                            [%- CASE -%][% ACCOUNT_LINE.accounttype | html %]
131
                                          [%- END -%]
131
                                          [%- END -%]
132
                                          [%- IF ACCOUNT_LINE.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %]
132
                                          [%- IF ACCOUNT_LINE.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %]
133
- 

Return to bug 22511