|
Lines 270-276
Link Here
|
| 270 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a> |
270 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a> |
| 271 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
271 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
| 272 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
272 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
| 273 |
[% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %] |
273 |
[% IF ( loop_order.publishercode ) %] |
|
|
274 |
<br />Publisher: [% loop_order.publishercode %] |
| 275 |
[%- IF ( loop_order.publicationyear ) %], [% loop_order.publicationyear %][% END %] |
| 276 |
[% END %] |
| 274 |
[% IF ( loop_order.suggestionid ) %] |
277 |
[% IF ( loop_order.suggestionid ) %] |
| 275 |
<br/> |
278 |
<br/> |
| 276 |
Suggested by: [% loop_order.surnamesuggestedby %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] |
279 |
Suggested by: [% loop_order.surnamesuggestedby %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] |
|
Lines 417-423
Link Here
|
| 417 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a> |
420 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a> |
| 418 |
[% IF ( order.author ) %] / [% order.author %][% END %] |
421 |
[% IF ( order.author ) %] / [% order.author %][% END %] |
| 419 |
[% IF ( order.isbn ) %] - [% order.isbn %][% END %] |
422 |
[% IF ( order.isbn ) %] - [% order.isbn %][% END %] |
| 420 |
[% IF ( order.publishercode ) %]<br />Publisher :[% order.publishercode %][% END %] |
423 |
[% IF ( order.publishercode ) %] |
|
|
424 |
<br />Publisher: [% order.publishercode %] |
| 425 |
[%- IF ( order.publicationyear ) %], [% order.publicationyear %][% END %] |
| 426 |
[% END %] |
| 421 |
[% IF ( order.suggestionid ) %] |
427 |
[% IF ( order.suggestionid ) %] |
| 422 |
<br/> |
428 |
<br/> |
| 423 |
Suggested by: [% order.surnamesuggestedby %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby %] [% END %] |
429 |
Suggested by: [% order.surnamesuggestedby %][% IF ( order.firstnamesuggestedby ) %], [% order.firstnamesuggestedby %] [% END %] |