| Lines 1-4
          
      
      
        Link Here | 
        
          | 1 | [% USE Koha %] | 1 | [% USE Koha %] | 
            
              |  |  | 2 | [% USE Branches %] | 
        
          | 2 | [% USE KohaDates %] | 3 | [% USE KohaDates %] | 
        
          | 3 | [% INCLUDE 'doc-head-open.inc' %] | 4 | [% INCLUDE 'doc-head-open.inc' %] | 
        
          | 4 | <title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %]</title> | 5 | <title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %]</title> | 
  
    | Lines 102-108
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 102 |         [%- END -%] | 103 |         [%- END -%] | 
        
          | 103 |         [%- IF account.description %], [% account.description %][% END %] | 104 |         [%- IF account.description %], [% account.description %][% END %] | 
        
          | 104 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %][% account.title |html %]</td> | 105 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %][% account.title |html %]</td> | 
          
            
              | 105 |       <td>[%- IF account.homebranch %][% account.homebranch %][% END %]</td> | 106 |       <td>[% Branches.GetName( account.homebranch ) %]</td> | 
        
          | 106 |       <td>[% account.note | html_line_break %]</td> | 107 |       <td>[% account.note | html_line_break %]</td> | 
        
          | 107 |       [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td> | 108 |       [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td> | 
        
          | 108 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td> | 109 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td> |