From: Dan Scott Date: Mon, 5 Dec 2011 18:56:36 +0000 (-0500) Subject: Release notes: "cbs prevents records from having copies" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=199c90f15ab10b126056ba27a78142604d2763aa;p=working%2FEvergreen.git 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 --- 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.