Lines 241-246
Link Here
|
241 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
241 |
[% IF ( loop_order.author ) %] by [% loop_order.author %][% END %] |
242 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
242 |
[% IF ( loop_order.isbn ) %] – [% loop_order.isbn %][% END %] |
243 |
[% IF ( loop_order.publishercode ) %]<br />Publisher :[% loop_order.publishercode %][% END %] |
243 |
[% IF ( loop_order.publishercode ) %]<br />Publisher :[% loop_order.publishercode %][% END %] |
|
|
244 |
[% IF ( loop_order.suggestionid ) %] |
245 |
<br/> |
246 |
Suggested by [% loop_order.surnamesuggestedby %] |
247 |
[% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] |
248 |
(from <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% loop_order.suggestionid %]">suggestion #[% loop_order.suggestionid %]</a>) |
249 |
[% END %] |
244 |
</td> |
250 |
</td> |
245 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
251 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
246 |
<td>[% loop_order.quantity %]</td> |
252 |
<td>[% loop_order.quantity %]</td> |
Lines 361-366
Link Here
|
361 |
[% IF ( loop_receive.author ) %] / [% loop_receive.author %][% END %] |
367 |
[% IF ( loop_receive.author ) %] / [% loop_receive.author %][% END %] |
362 |
[% IF ( loop_receive.isbn ) %] - [% loop_receive.isbn %][% END %] |
368 |
[% IF ( loop_receive.isbn ) %] - [% loop_receive.isbn %][% END %] |
363 |
[% IF ( loop_receive.publishercode ) %]<br />Publisher :[% loop_receive.publishercode %][% END %] |
369 |
[% IF ( loop_receive.publishercode ) %]<br />Publisher :[% loop_receive.publishercode %][% END %] |
|
|
370 |
[% IF ( loop_receive.suggestionid ) %] |
371 |
<br/> |
372 |
Suggested by [% loop_receive.surnamesuggestedby %] |
373 |
[% IF ( loop_receive.firstnamesuggestedby ) %], [% loop_receive.firstnamesuggestedby %] [% END %] |
374 |
(from <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% loop_receive.suggestionid %]">suggestion #[% loop_receive.suggestionid %]</a> |
375 |
[% END %] |
364 |
</td> |
376 |
</td> |
365 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
377 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
366 |
<td>[% loop_receive.quantityreceived %]</td> |
378 |
<td>[% loop_receive.quantityreceived %]</td> |