Lines 264-294
Link Here
|
264 |
|
264 |
|
265 |
[% ELSIF op == 'duplication_done' %] |
265 |
[% ELSIF op == 'duplication_done' %] |
266 |
[% IF new_orders %] |
266 |
[% IF new_orders %] |
267 |
<table id="table_neworders"> |
267 |
<div class="page-section"> |
268 |
<thead> |
268 |
<table id="table_neworders"> |
269 |
<tr> |
269 |
<thead> |
270 |
<th>Order line</th> |
270 |
<tr> |
271 |
<th>Status</th> |
271 |
<th>Order line</th> |
272 |
<th>Basket</th> |
272 |
<th>Status</th> |
273 |
<th>Basket creator</th> |
273 |
<th>Basket</th> |
274 |
<th>Basket group</th> |
274 |
<th>Basket creator</th> |
275 |
<th>Invoice number</th> |
275 |
<th>Basket group</th> |
276 |
<th class="anti-the">Summary</th> |
276 |
<th>Invoice number</th> |
277 |
<th>Vendor</th> |
277 |
<th class="anti-the">Summary</th> |
278 |
<th>Placed on</th> |
278 |
<th>Vendor</th> |
279 |
<th>Received on</th> |
279 |
<th>Placed on</th> |
280 |
<th>Quantity received</th> |
280 |
<th>Received on</th> |
281 |
<th>Quantity ordered</th> |
281 |
<th>Quantity received</th> |
282 |
<th>Unit cost</th> |
282 |
<th>Quantity ordered</th> |
283 |
<th>Fund</th> |
283 |
<th>Unit cost</th> |
284 |
</tr> |
284 |
<th>Fund</th> |
285 |
</thead> |
285 |
</tr> |
286 |
<tbody> |
286 |
</thead> |
287 |
[% FOREACH order IN new_orders %] |
287 |
<tbody> |
288 |
[% INCLUDE display_order_line %] |
288 |
[% FOREACH order IN new_orders %] |
289 |
[% END %] |
289 |
[% INCLUDE display_order_line %] |
290 |
</tbody> |
290 |
[% END %] |
291 |
</table> |
291 |
</tbody> |
|
|
292 |
</table> |
293 |
</div> |
292 |
<a class="btn btn-default" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a |
294 |
<a class="btn btn-default" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a |
293 |
[% ELSE %] |
295 |
[% ELSE %] |
294 |
<span>No order has been duplicated. Maybe something wrong happened?</span> |
296 |
<span>No order has been duplicated. Maybe something wrong happened?</span> |
295 |
- |
|
|