Suggestions
[% IF suggestions.size %] Show only mine | Show all suggestionsMine | Suggestion | Suggested by | Accepted by | Library | Fund | Price | Quantity | Total | |
---|---|---|---|---|---|---|---|---|---|
[% suggestion.managedby | html %] |
[% suggestion.title | html %] - [% suggestion.author | html %]
[% IF ( suggestion.copyrightdate ) %]© [% suggestion.copyrightdate | html %] [% END %]
[% IF ( suggestion.volumedesc ) %]volume: [% suggestion.volumedesc | html %] [% END %]
[% IF ( suggestion.isbn ) %]ISBN: [% suggestion.isbn | html %] [% END %]
[% IF ( suggestion.publishercode ) %] ([% suggestion.note | html %]) [% END %] |
[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %] | [% INCLUDE 'patron-title.inc' patron => suggestion.manager %] | [% Branches.GetName(suggestion.branchcode) | html %] | [% suggestion.fund.budget_name | html %] | [% suggestion.price | $Price %] | [% IF (suggestion.quantity > 0) %] [% suggestion.quantity | html %] [% END %] | [% suggestion.total | $Price %] | [% IF ( suggestion.biblionumber ) %] [% tp('verb', 'Order') | html %] [% ELSE %] [% tp('verb', 'Order') | html %] [% END %] |