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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-4 / +3 lines)
Lines 84-93 $(document).ready(function() { Link Here
84
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
84
          [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
85
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
85
          [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
86
          [% CASE 'N' %]New card
86
          [% CASE 'N' %]New card
87
          [% CASE 'F' %]Fine
87
          [% CASE 'F' %]Fine, [% account.title %]
88
          [% CASE 'A' %]Account management fee
88
          [% CASE 'A' %]Account management fee
89
          [% CASE 'M' %]Sundry
89
          [% CASE 'M' %]Sundry
90
          [% CASE 'L' %]Lost item
90
          [% CASE 'L' %]Lost
91
          [% CASE 'W' %]Writeoff
91
          [% CASE 'W' %]Writeoff
92
          [% CASE 'FU' %]Accruing fine
92
          [% CASE 'FU' %]Accruing fine
93
          [% CASE 'Rent' %]Rental fee
93
          [% CASE 'Rent' %]Rental fee
Lines 100-106 $(document).ready(function() { Link Here
100
          [% CASE %][% account.accounttype %]
100
          [% CASE %][% account.accounttype %]
101
        [%- END -%]
101
        [%- END -%]
102
        [%- IF account.description %], [% account.description %][% END %]
102
        [%- IF account.description %], [% account.description %][% END %]
103
        &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>
103
        &nbsp;[% IF ( account.itemnumber ) %]<a title="[% account.title %]" href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">View item</a>&nbsp;[% END %]</td>
104
      <td>[% account.note | html_line_break %]</td>
104
      <td>[% account.note | html_line_break %]</td>
105
      [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount %]</td>
105
      [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding %]</td>
107
- 

Return to bug 11573