|
Lines 256-262
Link Here
|
| 256 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a> |
256 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a> |
| 257 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
257 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
| 258 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
258 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
| 259 |
[% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %] |
259 |
[% IF ( loop_order.publishercode ) %] |
|
|
260 |
<br />Publisher: [% loop_order.publishercode %] |
| 261 |
[%- IF ( loop_order.publicationyear ) %], [% loop_order.publicationyear %][% END %] |
| 262 |
[% END %] |
| 260 |
[% IF ( loop_order.suggestionid ) %] |
263 |
[% IF ( loop_order.suggestionid ) %] |
| 261 |
<br/> |
264 |
<br/> |
| 262 |
Suggested by: [% loop_order.surnamesuggestedby %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] |
265 |
Suggested by: [% loop_order.surnamesuggestedby %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] |
|
Lines 403-409
Link Here
|
| 403 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a> |
406 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a> |
| 404 |
[% IF ( order.author ) %] / [% order.author %][% END %] |
407 |
[% IF ( order.author ) %] / [% order.author %][% END %] |
| 405 |
[% IF ( order.isbn ) %] - [% order.isbn %][% END %] |
408 |
[% IF ( order.isbn ) %] - [% order.isbn %][% END %] |
| 406 |
[% IF ( order.publishercode ) %]<br />Publisher :[% order.publishercode %][% END %] |
409 |
[% IF ( order.publishercode ) %] |
|
|
410 |
<br />Publisher: [% order.publishercode %] |
| 411 |
[%- IF ( order.publicationyear ) %], [% order.publicationyear %][% END %] |
| 412 |
[% END %] |
| 407 |
[% IF ( order.suggestionid ) %] |
413 |
[% IF ( order.suggestionid ) %] |
| 408 |
<br/> |
414 |
<br/> |
| 409 |
Suggested by: [% order.surnamesuggestedby %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby %] [% END %] |
415 |
Suggested by: [% order.surnamesuggestedby %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby %] [% END %] |