Lines 1-4
Link Here
|
1 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
|
|
2 |
[% USE ItemTypes %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Acquisitions › Spent</title> |
4 |
<title>Koha › Acquisitions › Spent</title> |
4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
Lines 62-68
Link Here
|
62 |
[% order.title %] |
63 |
[% order.title %] |
63 |
</td> |
64 |
</td> |
64 |
<td class="cell"> |
65 |
<td class="cell"> |
65 |
<a href="/cgi-bin/koha/acqui/orderreceive.pl?ordernumber=[% order.ordernumber %]&biblio=[% order.biblionumber %]&invoiceid=[% order.invoiceid %]">[% order.ordernumber %]</a> |
66 |
[% order.ordernumber %] |
66 |
</td> |
67 |
</td> |
67 |
<td class="cell"> |
68 |
<td class="cell"> |
68 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a> |
69 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a> |
Lines 71-77
Link Here
|
71 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a> |
72 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid %]">[% order.invoicenumber %]</a> |
72 |
</td> |
73 |
</td> |
73 |
<td class="cell"> |
74 |
<td class="cell"> |
74 |
[% order.itype %] |
75 |
[% ItemTypes.GetDescription( order.itype ) %] |
75 |
</td> |
76 |
</td> |
76 |
<td class="cell"> |
77 |
<td class="cell"> |
77 |
[% order.quantityreceived %] |
78 |
[% order.quantityreceived %] |
78 |
- |
|
|