Lines 116-122
Link Here
|
116 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno | uri %]">[% uncertainpriceorder.basketname | html %]</a> |
116 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno | uri %]">[% uncertainpriceorder.basketname | html %]</a> |
117 |
</td> |
117 |
</td> |
118 |
<td> |
118 |
<td> |
119 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% uncertainpriceorder.biblionumber | uri %]">[% uncertainpriceorder.title | html %]</a> |
119 |
[% INCLUDE 'biblio-title.inc' biblio=uncertainpriceorder link = 1 %] |
120 |
[% IF ( uncertainpriceorder.author ) %] <em>by</em> [% uncertainpriceorder.author | html %][% END %] |
120 |
[% IF ( uncertainpriceorder.author ) %] <em>by</em> [% uncertainpriceorder.author | html %][% END %] |
121 |
[% IF ( uncertainpriceorder.publishercode ) %] |
121 |
[% IF ( uncertainpriceorder.publishercode ) %] |
122 |
<br /><em>Publisher:</em> [% uncertainpriceorder.publishercode | html %] |
122 |
<br /><em>Publisher:</em> [% uncertainpriceorder.publishercode | html %] |
123 |
- |
|
|