Lines 89-95
Link Here
|
89 |
|
89 |
|
90 |
[% UNLESS no_orders_to_display %] |
90 |
[% UNLESS no_orders_to_display %] |
91 |
<div id="acqui_receive_summary"> |
91 |
<div id="acqui_receive_summary"> |
92 |
<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Received by:</strong> [% logged_in_user.userid | html %]<strong>On:</strong> [% datereceived | $KohaDates %]</p> |
92 |
<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Received by:</strong> [% logged_in_user.userid | html %] <strong>On:</strong> [% datereceived | $KohaDates %]</p> |
93 |
</div> |
93 |
</div> |
94 |
[% UNLESS (invoiceclosedate) %] |
94 |
[% UNLESS (invoiceclosedate) %] |
95 |
<div id="acqui_receive_search"> |
95 |
<div id="acqui_receive_search"> |
96 |
- |
|
|