Try fixing NCIP::ILS::Evergreen->delete_copy()
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 9 Oct 2015 18:17:16 +0000 (14:17 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 19 Oct 2015 20:14:40 +0000 (16:14 -0400)
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIP/ILS/Evergreen.pm

index 1a5f3c3..d134024 100644 (file)
@@ -2449,6 +2449,7 @@ sub delete_copy {
 
     # Indicate we want to delete the copy.
     $copy->isdeleted(1);
+    $copy->deleted('t');
 
     # Delete the copy using a backend call that will delete the copy,
     # the call number, and bib when appropriate.