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 48-62 Link Here
48
        [% SWITCH account.accounttype %]
48
        [% SWITCH account.accounttype %]
49
          [% CASE 'Pay' %]Payment,thanks
49
          [% CASE 'Pay' %]Payment,thanks
50
          [% CASE 'N' %]New Card
50
          [% CASE 'N' %]New Card
51
          [% CASE 'F' %]Fine
51
          [% CASE 'F' %]Fine, [% account.title %] 
52
          [% CASE 'A' %]Account management fee
52
          [% CASE 'A' %]Account management fee
53
          [% CASE 'M' %]Sundry
53
          [% CASE 'M' %]Sundry
54
          [% CASE 'L' %]Lost Item
54
          [% CASE 'L' %]Lost
55
          [% CASE 'W' %]Writeoff
55
          [% CASE 'W' %]Writeoff
56
          [% CASE %][% account.accounttype %]
56
          [% CASE %][% account.accounttype %]
57
        [%- END -%]
57
        [%- END -%]
58
        [%- IF account.description %], [% account.description %][% END %]
58
        [%- IF account.description %], [% account.description %][% END %]
59
        &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>
59
        &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>
60
      <td>[% account.note | html_line_break %]</td>
60
      <td>[% account.note | html_line_break %]</td>
61
      [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
61
      [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
62
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
62
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
63
- 

Return to bug 11573