Release notes: "cbs prevents records from having copies"
authorDan Scott <dscott@laurentian.ca>
Mon, 5 Dec 2011 18:56:36 +0000 (13:56 -0500)
committerBill Erickson <berick@esilibrary.com>
Fri, 20 Jan 2012 18:54:52 +0000 (13:54 -0500)
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 <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
RELEASE_NOTES

index 2010c99..61d0a7a 100644 (file)
@@ -34,3 +34,20 @@ UPDATE biblio.record_entry
         OR marc LIKE '<subfield code="9">BR3</subfield>'
 ;
 ------------------------------------------------------------------------------
+
+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.