]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add check for other volumes before delete a bib.
authorJason Stephenson <jason@sigio.com>
Sat, 13 Sep 2014 17:47:02 +0000 (13:47 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 13 Sep 2014 17:47:02 +0000 (13:47 -0400)
commitb0d777005df586e7e5294cc4f6b43842156e9370
tree1c734316e744245ce0211e53ab4190f6defd6fc0
parent8d2f40b89548478041c086fd7982051c160a5c85
Add check for other volumes before delete a bib.

Modify NCIP::ILS::Evergreen->delete_copy() to check for call numbers
other than the one already being deleted on a bib prior to deleting
that bib. If there are other call numbers that are not themselves
deleted, then we do not delete the bib.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm