|
Lines 676-681
Link Here
|
| 676 |
<thead> |
676 |
<thead> |
| 677 |
<tr> |
677 |
<tr> |
| 678 |
<th>Vendor</th> |
678 |
<th>Vendor</th> |
|
|
679 |
<th>Invoice</th> |
| 679 |
<th>Basket group</th> |
680 |
<th>Basket group</th> |
| 680 |
<th>Basket</th> |
681 |
<th>Basket</th> |
| 681 |
<th>Order number</th> |
682 |
<th>Order number</th> |
|
Lines 694-699
Link Here
|
| 694 |
[% END %] |
695 |
[% END %] |
| 695 |
</td> |
696 |
</td> |
| 696 |
<td> |
697 |
<td> |
|
|
698 |
[% IF (order.invoiceid) %] |
| 699 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]" |
| 700 |
title="Invoice detail page"> |
| 701 |
[% order.invoicenumber %]</a> |
| 702 |
[% END %] |
| 703 |
</td> |
| 704 |
<td> |
| 697 |
[% IF (order.basketgroupid) %] |
705 |
[% IF (order.basketgroupid) %] |
| 698 |
[% IF CAN_user_acquisition_group_manage %] |
706 |
[% IF CAN_user_acquisition_group_manage %] |
| 699 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a> |
707 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% order.id %]&basketgroupid=[% order.basketgroupid %]">[% order.groupname %] ([% order.basketgroupid %])</a> |
| 700 |
- |
|
|