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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-8 / +15 lines)
Lines 49-65 Link Here
49
                                    [% IF ( ACCOUNT_LINE.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
49
                                    [% IF ( ACCOUNT_LINE.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
50
                                        <td>[% ACCOUNT_LINE.date | $KohaDates %]</td>
50
                                        <td>[% ACCOUNT_LINE.date | $KohaDates %]</td>
51
                                        <td>
51
                                        <td>
52
                                          [% SWITCH ACCOUNT_LINE.accounttype %]
52
                                            [% SWITCH ACCOUNT_LINE.accounttype %]
53
                                            [% CASE 'Pay' %]Payment,thanks
53
                                            [% CASE 'Pay' %]Payment, thanks
54
                                            [% CASE 'Pay00' %]Payment,thanks (cash via SIP2)
54
                                            [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
55
                                            [% CASE 'Pay01' %]Payment,thanks (VISA via SIP2)
55
                                            [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
56
                                            [% CASE 'Pay02' %]Payment,thanks (credit card via SIP2)
56
                                            [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
57
                                            [% CASE 'N' %]New Card
57
                                            [% CASE 'N' %]New card
58
                                            [% CASE 'F' %]Fine
58
                                            [% CASE 'F' %]Fine
59
                                            [% CASE 'A' %]Account management fee
59
                                            [% CASE 'A' %]Account management fee
60
                                            [% CASE 'M' %]Sundry
60
                                            [% CASE 'M' %]Sundry
61
                                            [% CASE 'L' %]Lost Item
61
                                            [% CASE 'L' %]Lost item
62
                                            [% CASE 'W' %]Writeoff
62
                                            [% CASE 'W' %]Writeoff
63
                                            [% CASE 'FU' %]Accruing fine
64
                                            [% CASE 'Rent' %]Rental fee
65
                                            [% CASE 'FOR' %]Forgiven
66
                                            [% CASE 'LR' %]Lost item fee refund
67
                                            [% CASE 'PAY' %]Payment
68
                                            [% CASE 'WO' %]Writeoff
69
                                            [% CASE 'C' %]Credit
70
                                            [% CASE 'CR' %]Credit
63
                                            [% CASE %][% ACCOUNT_LINE.accounttype %]
71
                                            [% CASE %][% ACCOUNT_LINE.accounttype %]
64
                                          [%- END -%]
72
                                          [%- END -%]
65
                                          [%- IF ACCOUNT_LINE.description %], [% ACCOUNT_LINE.description %][% END %]
73
                                          [%- IF ACCOUNT_LINE.description %], [% ACCOUNT_LINE.description %][% END %]
66
- 

Return to bug 12429