From b541a02d86ea81e7623ce40cc756082eb906fc75 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 5 Dec 2011 13:56:36 -0500 Subject: [PATCH] Release notes: "cbs prevents records from having copies" The new "can_have_copies" column on config.bib_source prevents associated records from having copies or MFHD records attached via the staff client. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- RELEASE_NOTES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2010c99b74..61d0a7a676 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -34,3 +34,20 @@ UPDATE biblio.record_entry OR marc LIKE 'BR3' ; ------------------------------------------------------------------------------ + +New features +------------ + +Cataloging +~~~~~~~~~~ + +Prevent bibliographic records from having attached copies +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +To enable libraries to designate specific sets of records as only for use +as electronic resources, it is possible to configure a bibliographic source +such that physical copies or MFHD records may not be attached to records +from that source. The 'config.bib_source' table now includes a new Boolean +column, 'can_have_copies', that controls this behavior. If 'can_have_copies' +for a given bibliographic source is 'TRUE', then the staff client will prevent +a cataloger from adding volumes or MFHD records to records belonging to that +source. -- 2.11.0