[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Add order from a suggestion [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'suggestions-add-search.inc' %]

Suggestions

[% IF ( suggestions_loop ) %] Show only mine | Show all suggestions [% FOREACH suggestions_loo IN suggestions_loop %] [% END %]
Mine Suggestion Suggested by Accepted by  
[% suggestions_loo.managedby | html %]

[% suggestions_loo.title | html %] - [% suggestions_loo.author | html %]

[% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate | html %] [% END %] [% IF ( suggestions_loo.volumedesc ) %]volume: [% suggestions_loo.volumedesc | html %] [% END %] [% IF ( suggestions_loo.isbn ) %]ISBN: [% suggestions_loo.isbn | html %] [% END %] [% IF ( suggestions_loo.publishercode ) %]
published by: [% suggestions_loo.publishercode | html %] [% END %] [% IF ( suggestions_loo.publicationyear ) %] in [% suggestions_loo.publicationyear | html %] [% END %] [% IF ( suggestions_loo.place ) %] in [% suggestions_loo.place | html %] [% END %] [% IF ( suggestions_loo.note ) %]

([% suggestions_loo.note | html %])

[% END %]

[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %],[% END %] [% suggestions_loo.firstnamesuggestedby | html %] [% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %],[% END %] [% suggestions_loo.firstnamemanagedby | html %] [% IF ( suggestions_loo.biblionumber ) %] Order [% ELSE %] Order [% END %]
[% ELSE %] There are no outstanding (accepted) suggestions. [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]