|
Lines 226-232
Link Here
|
| 226 |
<th>Order line</th> |
226 |
<th>Order line</th> |
| 227 |
<th title="Item holds / Total holds">Holds</th> |
227 |
<th title="Item holds / Total holds">Holds</th> |
| 228 |
<th>Summary</th> |
228 |
<th>Summary</th> |
| 229 |
<th>View record</th> |
229 |
<th>More</th> |
| 230 |
<th>Quantity</th> |
230 |
<th>Quantity</th> |
| 231 |
<th>Fund</th> |
231 |
<th>Fund</th> |
| 232 |
<th>Est cost</th> |
232 |
<th>Est cost</th> |
|
Lines 313-319
Link Here
|
| 313 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&op=show">suggestion #[% order.suggestionid %]</a>) |
313 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% order.suggestionid %]&op=show">suggestion #[% order.suggestionid %]</a>) |
| 314 |
[% END %] |
314 |
[% END %] |
| 315 |
</td> |
315 |
</td> |
| 316 |
<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> |
316 |
<td> |
|
|
317 |
<a href="/cgi-bin/koha/acqui/showorder.pl?ordernumber=[% order.ordernumber %]" class="previewData">Order</a><br> |
| 318 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% order.biblionumber %]" class="previewData">MARC</a><br> |
| 319 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% order.biblionumber %]" class="previewData">Card</a> |
| 320 |
</td> |
| 317 |
<td>[% order.quantityreceived %]</td> |
321 |
<td>[% order.quantityreceived %]</td> |
| 318 |
<td>[% order.budget.budget_name %]</td> |
322 |
<td>[% order.budget.budget_name %]</td> |
| 319 |
<td>[% order.ecost | $Price %]</td> |
323 |
<td>[% order.ecost | $Price %]</td> |
| 320 |
- |
|
|