|
Lines 357-363
Link Here
|
| 357 |
<th>Order line</th> |
357 |
<th>Order line</th> |
| 358 |
<th>Holds</th> |
358 |
<th>Holds</th> |
| 359 |
<th>Summary</th> |
359 |
<th>Summary</th> |
| 360 |
<th>View record</th> |
360 |
<th>More</th> |
| 361 |
<th>Quantity</th> |
361 |
<th>Quantity</th> |
| 362 |
<th>Fund</th> |
362 |
<th>Fund</th> |
| 363 |
<th>Est cost</th> |
363 |
<th>Est cost</th> |
|
Lines 438-444
Link Here
|
| 438 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&op=show">suggestion #[% order.suggestionid %]</a>) |
438 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&op=show">suggestion #[% order.suggestionid %]</a>) |
| 439 |
[% END %] |
439 |
[% END %] |
| 440 |
</td> |
440 |
</td> |
| 441 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% order.biblionumber %]" class="previewData">Card</a></td> |
441 |
<td> |
|
|
442 |
<a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br> |
| 443 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br> |
| 444 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% order.biblionumber %]" class="previewData">Card</a> |
| 445 |
</td> |
| 442 |
<td>[% order.quantityreceived %]</td> |
446 |
<td>[% order.quantityreceived %]</td> |
| 443 |
<td>[% order.budget.budget_name %]</td> |
447 |
<td>[% order.budget.budget_name %]</td> |
| 444 |
<td>[% order.ecost | $Price %]</td> |
448 |
<td>[% order.ecost | $Price %]</td> |
| 445 |
- |
|
|