| Lines 45-51
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 45 | <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  › Account for [% INCLUDE 'patron-title.inc' %]</div> | 45 | <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  › Account for [% INCLUDE 'patron-title.inc' %]</div> | 
        
          | 46 |  | 46 |  | 
        
          | 47 | <div id="doc3" class="yui-t2"> | 47 | <div id="doc3" class="yui-t2"> | 
          
            
              | 48 |     | 48 |  | 
        
          | 49 |    <div id="bd"> | 49 |    <div id="bd"> | 
        
          | 50 | 	<div id="yui-main"> | 50 | 	<div id="yui-main"> | 
        
          | 51 | 	<div class="yui-b"> | 51 | 	<div class="yui-b"> | 
  
    | Lines 67-72
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 67 |       <tr> | 67 |       <tr> | 
        
          | 68 |           <th class="title-string">Date</th> | 68 |           <th class="title-string">Date</th> | 
        
          | 69 |           <th>Description of charges</th> | 69 |           <th>Description of charges</th> | 
            
              |  |  | 70 |           <th>Home library</th> | 
        
          | 70 |           <th>Note</th> | 71 |           <th>Note</th> | 
        
          | 71 |           <th>Amount</th> | 72 |           <th>Amount</th> | 
        
          | 72 |           <th>Outstanding</th> | 73 |           <th>Outstanding</th> | 
  
    | Lines 109-114
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 109 |         [%- END -%] | 110 |         [%- END -%] | 
        
          | 110 |         [%- IF account.description %], [% account.description %][% END %] | 111 |         [%- IF account.description %], [% account.description %][% END %] | 
        
          | 111 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.title |html %]</a>[% END %]</td> | 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 |       <td>[%- IF account.homebranch %][% account.homebranch %][% END %]</td> | 
        
          | 112 |       <td>[% account.note | html_line_break %]</td> | 114 |       <td>[% account.note | html_line_break %]</td> | 
        
          | 113 |       [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</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> | 
        
          | 114 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $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> | 
  
    | Lines 131-141
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 131 |   [% END %] | 133 |   [% END %] | 
        
          | 132 | <tfoot> | 134 | <tfoot> | 
        
          | 133 |   <tr> | 135 |   <tr> | 
          
            
              | 134 |     <td colspan="4">Total due</td> | 136 |     <td colspan="5">Total due</td> | 
        
          | 135 |     [% IF ( totalcredit ) %] | 137 |     [% IF ( totalcredit ) %] | 
            
              |  |  | 138 | <<<<<<< HEAD | 
        
          | 136 |         <td class="credit" style="text-align: right;">[% total | $Price %]</td> | 139 |         <td class="credit" style="text-align: right;">[% total | $Price %]</td> | 
        
          | 137 |     [% ELSE %] | 140 |     [% ELSE %] | 
        
          | 138 |        <td class="debit"style="text-align: right;">[% total | $Price %]</td> | 141 |        <td class="debit"style="text-align: right;">[% total | $Price %]</td> | 
            
              |  |  | 142 | ======= | 
            
              | 143 |       [% IF ( reverse_col ) %] | 
            
              | 144 |         <td colspan="4" class="credit"> | 
            
              | 145 |       [% ELSE %] | 
            
              | 146 |         <td colspan="3" class="credit"> | 
            
              | 147 |       [% END %] | 
            
              | 148 |     [% ELSE %] | 
            
              | 149 |       [% IF ( reverse_col ) %] | 
            
              | 150 |         <td colspan="4" class="debit"> | 
            
              | 151 |       [% ELSE %] | 
            
              | 152 |         <td colspan="3" class="credit"> | 
            
              | 153 |       [% END %] | 
            
              | 154 | >>>>>>> Bug 15136: Add homebranch of borrowed items to patron accounts tab | 
        
          | 139 |     [% END %] | 155 |     [% END %] | 
        
          | 140 |     <td></td> | 156 |     <td></td> | 
        
          | 141 |   </tr> | 157 |   </tr> |