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 51-65 Link Here
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, [% account.title %]
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
58
          [% CASE 'W' %]Writeoff
58
          [% CASE 'W' %]Writeoff
59
          [% CASE %][% account.accounttype %]
59
          [% CASE %][% account.accounttype %]
60
        [%- END -%]
60
        [%- END -%]
61
        [%- IF account.description %], [% account.description %][% END %]
61
        [%- 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>
62
        &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>
63
      <td>[% account.note | html_line_break %]</td>
63
      <td>[% account.note | html_line_break %]</td>
64
      [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
64
      [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
65
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
65
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
66
- 

Return to bug 11573