| Lines 150-156
          
      
      
        Link Here | 
        
          | 150 |     [% IF datereceived %] | 150 |     [% IF datereceived %] | 
        
          | 151 |         Receipt summary for <i>[% name %]</i> | 151 |         Receipt summary for <i>[% name %]</i> | 
        
          | 152 |         [% IF ( invoice ) %] | 152 |         [% IF ( invoice ) %] | 
          
            
              | 153 |             <i>[ [% invoice %] ]</i> | 153 |             <i>[ [% invoice |html %] ]</i> | 
        
          | 154 |         [% END %] | 154 |         [% END %] | 
        
          | 155 |         on <i>[% datereceived | $KohaDates %]</i> | 155 |         on <i>[% datereceived | $KohaDates %]</i> | 
        
          | 156 |     [% ELSE %] | 156 |     [% ELSE %] | 
  
    | Lines 175-181
          
      
      
        Link Here | 
        
          | 175 | 	[% END %] | 175 | 	[% END %] | 
        
          | 176 |     <h1> | 176 |     <h1> | 
        
          | 177 |         [% IF datereceived %] | 177 |         [% IF datereceived %] | 
          
            
              | 178 |             Receipt summary for <i>[% name %]</i> [% IF ( invoice ) %] <i> [ [% invoice %] ] </i>[% END %] on <i>[% datereceived | $KohaDates %]</i> | 178 |             Receipt summary for <i>[% name %]</i> [% IF ( invoice ) %] <i> [ [% invoice |html %] ] </i>[% END %] on <i>[% datereceived | $KohaDates %]</i> | 
        
          | 179 |         [% ELSE %] | 179 |         [% ELSE %] | 
        
          | 180 |             Receive orders from [% name %] | 180 |             Receive orders from [% name %] | 
        
          | 181 |         [% END %] | 181 |         [% END %] | 
  
    | Lines 218-224
          
      
      
        Link Here | 
        
          | 218 |  | 218 |  | 
        
          | 219 | [% UNLESS no_orders_to_display %] | 219 | [% UNLESS no_orders_to_display %] | 
        
          | 220 | <div id="acqui_receive_summary"> | 220 | <div id="acqui_receive_summary"> | 
          
            
              | 221 | <p><strong>Invoice number:</strong> [% invoice %] <strong>Received by:</strong> [% loggedinusername %] <strong>On:</strong> [% datereceived | $KohaDates %]</p> | 221 | <p><strong>Invoice number:</strong> [% invoice |html %] <strong>Received by:</strong> [% loggedinusername %] <strong>On:</strong> [% datereceived | $KohaDates %]</p> | 
        
          | 222 | </div> | 222 | </div> | 
        
          | 223 | [% UNLESS (invoiceclosedate) %] | 223 | [% UNLESS (invoiceclosedate) %] | 
        
          | 224 |   <div id="acqui_receive_search"> | 224 |   <div id="acqui_receive_search"> |