|
Lines 834-845
Link Here
|
| 834 |
[% books_loo.copyrightdate | html %] |
834 |
[% books_loo.copyrightdate | html %] |
| 835 |
[% END -%] |
835 |
[% END -%] |
| 836 |
[%- IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END -%] |
836 |
[%- IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END -%] |
| 837 |
[%- IF ( books_loo.suggestionid ) %] |
837 |
[%- IF ( books_loo.suggestion ) %] |
| 838 |
<br /> |
838 |
<br /> |
| 839 |
Suggested by: [% books_loo.surnamesuggestedby | html %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby | html %][% END %] (<a |
839 |
Suggested by: [% books_loo.suggestion.suggester.surname | html %][% IF ( books_loo.suggestion.suggester.firstname ) %], [% books_loo.suggestion.suggester.firstname | html %][% END %] |
| 840 |
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid | uri %]&op=show" |
840 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestion.suggestionid | uri %]&op=show">suggestion #[% books_loo.suggestion.suggestionid | html %]</a>) |
| 841 |
>suggestion #[% books_loo.suggestionid | html %]</a |
|
|
| 842 |
>) |
| 843 |
[% END %] |
841 |
[% END %] |
| 844 |
</p> |
842 |
</p> |
| 845 |
[% IF ( books_loo.order_internalnote ) %] |
843 |
[% IF ( books_loo.order_internalnote ) %] |
|
Lines 962-968
Link Here
|
| 962 |
<a href="#" class="transfer_order" data-ordernumber="[% books_loo.ordernumber | html %]">Transfer</a> |
960 |
<a href="#" class="transfer_order" data-ordernumber="[% books_loo.ordernumber | html %]">Transfer</a> |
| 963 |
<br /> |
961 |
<br /> |
| 964 |
[% END %] |
962 |
[% END %] |
| 965 |
[% UNLESS ( books_loo.suggestionid ) %] |
963 |
[% UNLESS ( books_loo.suggestion.suggestionid ) %] |
| 966 |
<a |
964 |
<a |
| 967 |
data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" |
965 |
data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" |
| 968 |
data-booksellerid="[% booksellerid | html %]" |
966 |
data-booksellerid="[% booksellerid | html %]" |