| Lines 1-4
          
      
      
        Link Here | 
        
          | 1 | [% USE Koha %] | 1 | [% USE Koha %] | 
            
              |  |  | 2 | [% USE Branches %] | 
        
          | 2 | [% USE KohaDates %] | 3 | [% USE KohaDates %] | 
        
          | 3 | [% USE ColumnsSettings %] | 4 | [% USE ColumnsSettings %] | 
        
          | 4 | [% USE Price %] | 5 | [% USE Price %] | 
  
    | Lines 110-116
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 110 |         [%- END -%] | 111 |         [%- END -%] | 
        
          | 111 |         [%- IF account.description %], [% account.description %][% END %] | 112 |         [%- IF account.description %], [% account.description %][% END %] | 
        
          | 112 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.title |html %]</a>[% END %]</td> | 113 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.title |html %]</a>[% END %]</td> | 
          
            
              | 113 |       <td>[%- IF account.homebranch %][% account.homebranch %][% END %]</td> | 114 |       <td>[% Branches.GetName( account.homebranch ) %]</td> | 
        
          | 114 |       <td>[% account.note | html_line_break %]</td> | 115 |       <td>[% account.note | html_line_break %]</td> | 
        
          | 115 |       [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> | 116 |       [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> | 
        
          | 116 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> | 117 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> |