From 0902ad0a75dc4c7f824ff35add67c91128c9d6f6 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Fri, 9 Oct 2015 14:17:16 -0400 Subject: [PATCH] Try fixing NCIP::ILS::Evergreen->delete_copy() Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 1a5f3c3..d134024 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -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. -- 2.11.0