[% INCLUDE 'doc-head-open.inc' %]
Category | Value | Description | Description (OPAC) |
---|---|---|---|
[% searchfield %] | [% Tvalue %] | [% Tlib %] | [% Tlib_opac %] |
An authorized value attached to patrons, that can be used for stats purposes
[% END %] [% IF ( category == 'Bsort2' ) %]An authorized value attached to patrons, that can be used for stats purposes
[% END %] [% IF ( category == 'Asort1' ) %]An authorized value attached to acquisitions, that can be used for stats purposes
[% END %] [% IF ( category == 'Asort2' ) %]An authorized value attached to acquisitions, that can be used for stats purposes
[% END %] [% IF ( category == 'SUGGEST' ) %]Reasons to reject or accept patron suggestions
[% END %] [% IF ( category == 'DAMAGED' ) %]Statuses to describe a damaged item
[% END %] [% IF ( category == 'LOST' ) %]Statuses to describe a lost item
[% END %] [% IF ( category == 'MANUAL_INV' ) %]Additional values for manual invoice types
[% END %] [% IF ( category == 'BOR_NOTES' ) %]Values for custom patron notes
[% END %] [% IF ( category == 'LOC' ) %]Values for shelving locations
[% END %] [% IF ( category == 'CCODE' ) %]Values for collection codes
[% END %] [% IF ( category == 'NOT_LOAN' ) %]Statuses to describe why an item is not for loan
[% END %]Authorized value | Description | Description (OPAC) | Icon | Branches limitations | Edit | Delete |
---|---|---|---|---|---|---|
[% loo.authorised_value %] | [% loo.lib %] | [% loo.lib_opac %] | [% IF ( loo.imageurl ) %][% ELSE %] [% END %] | [% IF loo.branches.size > 0 %] [% branches_str = "" %] [% FOREACH branch IN loo.branches %] [% branches_str = branches_str _ " " _ branch.branchname _ "(" _ branch.branchcode _ ")" %] [% END %] [% IF loo.branches.size > 1 %] [% loo.branches.size %] branches limitations [% ELSE %] [% loo.branches.size %] branch limitation [% END %] [% ELSE %] No limitation [% END %] | Edit | Delete |