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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-7 / +15 lines)
Lines 46-62 Link Here
46
      <td>[% account.date %]</td>
46
      <td>[% account.date %]</td>
47
      <td>
47
      <td>
48
        [% SWITCH account.accounttype %]
48
        [% SWITCH account.accounttype %]
49
          [% CASE 'Pay' %]Payment,thanks
49
          [% CASE 'Pay' %]Payment, thanks
50
          [% CASE 'Pay00' %]Payment,thanks (cash via SIP2)
50
          [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
51
          [% CASE 'Pay01' %]Payment,thanks (VISA via SIP2)
51
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
52
          [% CASE 'Pay02' %]Payment,thanks (credit card via SIP2)
52
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
53
          [% CASE 'N' %]New Card
53
          [% CASE 'N' %]New card
54
          [% CASE 'F' %]Fine
54
          [% CASE 'F' %]Fine
55
          [% CASE 'A' %]Account management fee
55
          [% CASE 'A' %]Account management fee
56
          [% CASE 'M' %]Sundry
56
          [% CASE 'M' %]Sundry
57
          [% CASE 'L' %]Lost Item
57
          [% CASE 'L' %]Lost item
58
          [% CASE 'W' %]Writeoff
58
          [% CASE 'W' %]Writeoff
59
          [% CASE %][% account.accounttype %]
59
          [% CASE 'FU' %]Accruing fine
60
          [% CASE 'Rent' %]Rental fee
61
          [% CASE 'FOR' %]Forgiven
62
          [% CASE 'LR' %]Lost item fee refund
63
          [% CASE 'PAY' %]Payment
64
          [% CASE 'WO' %]Writeoff
65
          [% CASE 'C' %]Credit
66
          [% CASE 'CR' %]Credit
67
          [% CASE %][% line.accounttype %]
60
        [%- END -%]
68
        [%- END -%]
61
        [%- IF account.description %], [% account.description %][% END %]
69
        [%- IF account.description %], [% account.description %][% END %]
62
        &nbsp;[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">View item</a>&nbsp;[% END %][% account.title |html %]</td>
70
        &nbsp;[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">View item</a>&nbsp;[% END %][% account.title |html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-7 / +14 lines)
Lines 115-130 function enableCheckboxActions(){ Link Here
115
    </td>
115
    </td>
116
    <td>
116
    <td>
117
        [% SWITCH line.accounttype %]
117
        [% SWITCH line.accounttype %]
118
          [% CASE 'Pay' %]Payment,thanks
118
          [% CASE 'Pay' %]Payment, thanks
119
          [% CASE 'Pay00' %]Payment,thanks (cash via SIP2)
119
          [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
120
          [% CASE 'Pay01' %]Payment,thanks (VISA via SIP2)
120
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
121
          [% CASE 'Pay02' %]Payment,thanks (credit card via SIP2)
121
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
122
          [% CASE 'N' %]New Card
122
          [% CASE 'N' %]New card
123
          [% CASE 'F' %]Fine
123
          [% CASE 'F' %]Fine
124
          [% CASE 'A' %]Account management fee
124
          [% CASE 'A' %]Account management fee
125
          [% CASE 'M' %]Sundry
125
          [% CASE 'M' %]Sundry
126
          [% CASE 'L' %]Lost Item
126
          [% CASE 'L' %]Lost item
127
          [% CASE 'W' %]Writeoff
127
          [% CASE 'W' %]Writeoff
128
          [% CASE 'FU' %]Accruing fine
129
          [% CASE 'Rent' %]Rental fee
130
          [% CASE 'FOR' %]Forgiven
131
          [% CASE 'LR' %]Lost item fee refund
132
          [% CASE 'PAY' %]Payment
133
          [% CASE 'WO' %]Writeoff
134
          [% CASE 'C' %]Credit
135
          [% CASE 'CR' %]Credit
128
          [% CASE %][% line.accounttype %]
136
          [% CASE %][% line.accounttype %]
129
        [%- END -%]
137
        [%- END -%]
130
        [%- IF line.description %], [% line.description %][% END %]
138
        [%- IF line.description %], [% line.description %][% END %]
131
- 

Return to bug 12429