projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738ebf5
)
Try fixing NCIP::ILS::Evergreen->delete_copy()
author
Jason Stephenson
<jstephenson@mvlc.org>
Fri, 9 Oct 2015 18:17:16 +0000
(14:17 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
1a5f3c3
..
d134024
100644
(file)
--- 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.