Lines 114-120
Link Here
|
114 |
<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> |
114 |
<p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> |
115 |
</div> |
115 |
</div> |
116 |
[% UNLESS (invoiceclosedate) %] |
116 |
[% UNLESS (invoiceclosedate) %] |
117 |
<div id="acqui_receive_search"> |
117 |
<div id="acqui_receive_search" class="page-section"> |
118 |
<h3>Pending orders</h3> |
118 |
<h3>Pending orders</h3> |
119 |
<table id="pending_orders" class="table table-bordered table-striped"> |
119 |
<table id="pending_orders" class="table table-bordered table-striped"> |
120 |
<thead> |
120 |
<thead> |
Lines 144-150
Link Here
|
144 |
</p> |
144 |
</p> |
145 |
[% END %] |
145 |
[% END %] |
146 |
|
146 |
|
147 |
<div id="acqui_receive_receivelist"> |
147 |
<div id="acqui_receive_receivelist" class="page-section"> |
148 |
<h3>Already received</h3> |
148 |
<h3>Already received</h3> |
149 |
|
149 |
|
150 |
[% IF ( loop_received ) %] |
150 |
[% IF ( loop_received ) %] |
151 |
- |
|
|