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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-4 / +4 lines)
Lines 1-9 Link Here
1
[%- BLOCK account_type_description -%]
1
[%- BLOCK account_type_description -%]
2
    [%- SWITCH account.accounttype -%]
2
    [%- SWITCH account.accounttype -%]
3
        [%- CASE 'Pay'   -%]<span>Payment, thanks</span>
3
        [%- CASE 'Pay'   -%]<span>Payment</span>
4
        [%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span>
4
        [%- CASE 'Pay00' -%]<span>Payment (cash via SIP2)</span>
5
        [%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span>
5
        [%- CASE 'Pay01' -%]<span>Payment (VISA via SIP2)</span>
6
        [%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span>
6
        [%- CASE 'Pay02' -%]<span>Payment (credit card via SIP2)</span>
7
        [%- CASE 'VOID'  -%]<span>Voided</span>
7
        [%- CASE 'VOID'  -%]<span>Voided</span>
8
        [%- CASE 'N'     -%]<span>New card</span>
8
        [%- CASE 'N'     -%]<span>New card</span>
9
        [%- CASE 'F'     -%]<span>Fine</span>
9
        [%- CASE 'F'     -%]<span>Fine</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-5 / +4 lines)
Lines 29-38 Link Here
29
                    <td><span title="[% ACCOUNT_LINE.date | html %]">[% ACCOUNT_LINE.date | $KohaDates %]</span></td>
29
                    <td><span title="[% ACCOUNT_LINE.date | html %]">[% ACCOUNT_LINE.date | $KohaDates %]</span></td>
30
                    <td>
30
                    <td>
31
                        [% SWITCH ACCOUNT_LINE.accounttype %]
31
                        [% SWITCH ACCOUNT_LINE.accounttype %]
32
                        [% CASE 'Pay' %]Payment, thanks
32
                        [% CASE 'Pay' %]Payment
33
                        [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
33
                        [% CASE 'Pay00' %]Payment (cash via SIP2)
34
                        [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
34
                        [% CASE 'Pay01' %]Payment (VISA via SIP2)
35
                        [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
35
                        [% CASE 'Pay02' %]Payment (credit card via SIP2)
36
                        [% CASE 'VOID' %]Voided
36
                        [% CASE 'VOID' %]Voided
37
                        [% CASE 'N' %]New card
37
                        [% CASE 'N' %]New card
38
                        [% CASE 'F' %]Fine
38
                        [% CASE 'F' %]Fine
39
- 

Return to bug 22674