END;
$func$ LANGUAGE PLPGSQL;
-INSERT INTO config.upgrade_log (version) VALUES ('0563');
-
-INSERT INTO permission.perm_list ( id, code, description )
- VALUES ( 510, 'UPDATE_PATRON_COLLECTIONS_EXEMPT', oils_i18n_gettext(510,
- 'Allows a user to indicate that a patron is exempt from collections processing', 'ppl', 'description'));
-
---- stock Circulation Administrator group
-
-INSERT INTO permission.grp_perm_map ( grp, perm, depth, grantable )
- SELECT
- 4,
- id,
- 0,
- 't'
- FROM permission.perm_list
- WHERE code in ('UPDATE_PATRON_COLLECTIONS_EXEMPT');
-
INSERT INTO config.upgrade_log (version) VALUES ('0566');
CREATE OR REPLACE FUNCTION unapi.bre ( obj_id BIGINT, format TEXT, ename TEXT, includes TEXT[], org TEXT, depth INT DEFAULT NULL, slimit INT DEFAULT NULL, soffset INT DEFAULT NULL, include_xmlns BOOL DEFAULT TRUE ) RETURNS XML AS $F$
Zombies", but as it is a new edition it must be cataloged as a new
bibliographic record; however, you would like to spread out some of the holds
queue from your current edition to the new edition.
-* Mark patron as exempt from billing collections: It is now possible to mark a
- patron as being exempt from being sent to collections.
* Hold-driven recalls: It is now possible to define a loan
period threshold (such as 60 days) so that if a hold is placed on an item with
a loan period beyond that threshold, the system will automatically shorten the
| UPDATE_BIB_PTYPE | Update Bibliographic Record Peer Type
| UPDATE_HOLD_REQUEST_TIME | Allows editing of a hold's request time, and/or its Cut-in-line/Top-of-queue flag.
| UPDATE_MONOGRAPH_PART | Update monograph part definition.
-| UPDATE_PATRON_COLLECTIONS_EXEMPT | Allows a user to indicate that a patron is exempt from collections processing
| UPDATE_PICKLIST | Allows update/re-use of an acquisitions pick/selection list.
| UPDATE_VOLUME_PREFIX | Update prefix label definition.
| UPDATE_VOLUME_SUFFIX | Update suffix label definition.