Lines 430-439
Link Here
|
430 |
<p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p> |
430 |
<p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p> |
431 |
</div>[% END %] |
431 |
</div>[% END %] |
432 |
|
432 |
|
433 |
<div id="acqui_basket_content"> |
433 |
<div id="acqui_basket_content" class="page-section"> |
434 |
[% IF ( books_loop ) %] |
434 |
[% IF ( books_loop ) %] |
435 |
<h2>Orders</h2> |
435 |
<h2>Orders</h2> |
436 |
<div class="page-section"> |
|
|
437 |
<table id="orders"> |
436 |
<table id="orders"> |
438 |
<thead> |
437 |
<thead> |
439 |
<tr> |
438 |
<tr> |
Lines 649-662
Link Here
|
649 |
[% END %] |
648 |
[% END %] |
650 |
</tbody> |
649 |
</tbody> |
651 |
</table> |
650 |
</table> |
652 |
</div><!-- /.page-section --> |
651 |
[% END %] |
653 |
[% END %] |
652 |
[% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>[% END %] |
654 |
[% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small> |
|
|
655 |
[% END %] |
656 |
</div> <!-- /#acqui_basket_content --> |
653 |
</div> <!-- /#acqui_basket_content --> |
|
|
654 |
|
657 |
[% IF (cancelledorders_loop) %] |
655 |
[% IF (cancelledorders_loop) %] |
|
|
656 |
<div id="cancelledorders" class="page-section"> |
658 |
<h2>Cancelled orders</h2> |
657 |
<h2>Cancelled orders</h2> |
659 |
<div id="cancelledorders" class="page-section"> |
|
|
660 |
<table id="cancelledorderst"> |
658 |
<table id="cancelledorderst"> |
661 |
<thead> |
659 |
<thead> |
662 |
<tr> |
660 |
<tr> |
663 |
- |
|
|