|
Lines 112-118
Link Here
|
| 112 |
|
112 |
|
| 113 |
[% UNLESS no_orders_to_display %] |
113 |
[% UNLESS no_orders_to_display %] |
| 114 |
<div id="acqui_receive_summary"> |
114 |
<div id="acqui_receive_summary"> |
| 115 |
<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> |
115 |
<p><strong>Invoice number:</strong> <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">[% invoice | html %]</a> <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> |
| 116 |
</div> |
116 |
</div> |
| 117 |
[% UNLESS (invoiceclosedate) %] |
117 |
[% UNLESS (invoiceclosedate) %] |
| 118 |
<div id="acqui_receive_search" class="page-section"> |
118 |
<div id="acqui_receive_search" class="page-section"> |
| 119 |
- |
|
|