From: Jason Stephenson Date: Fri, 9 Oct 2015 18:17:16 +0000 (-0400) Subject: Try fixing NCIP::ILS::Evergreen->delete_copy() X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0902ad0a75dc4c7f824ff35add67c91128c9d6f6;p=working%2FNCIPServer.git Try fixing NCIP::ILS::Evergreen->delete_copy() Signed-off-by: Jason Stephenson --- 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.