|
Lines 684-689
Link Here
|
| 684 |
<thead> |
684 |
<thead> |
| 685 |
<tr> |
685 |
<tr> |
| 686 |
<th>Vendor</th> |
686 |
<th>Vendor</th> |
|
|
687 |
<th>Invoice</th> |
| 687 |
<th>Basket group</th> |
688 |
<th>Basket group</th> |
| 688 |
<th>Basket</th> |
689 |
<th>Basket</th> |
| 689 |
<th>Order number</th> |
690 |
<th>Order number</th> |
|
Lines 702-707
Link Here
|
| 702 |
[% END %] |
703 |
[% END %] |
| 703 |
</td> |
704 |
</td> |
| 704 |
<td> |
705 |
<td> |
|
|
706 |
[% IF (order.invoiceid) %] |
| 707 |
[% IF CAN_user_acquisition %] |
| 708 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]" |
| 709 |
title="Invoice detail page"> |
| 710 |
[% order.invoicenumber %]</a> |
| 711 |
[% ELSE %] |
| 712 |
[% order.invoicenumber %] |
| 713 |
[% END %] |
| 714 |
[% END %] |
| 715 |
</td> |
| 716 |
<td> |
| 705 |
[% IF (order.basketgroupid) %] |
717 |
[% IF (order.basketgroupid) %] |
| 706 |
[% IF CAN_user_acquisition_group_manage %] |
718 |
[% IF CAN_user_acquisition_group_manage %] |
| 707 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a> |
719 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a> |
| 708 |
- |
|
|