projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed hold shelf check - that is now handled by the perl
[Evergreen.git]
/
Open-ILS
/
src
/
javascript
/
backend
/
circ
/
circ_permit_copy.js
diff --git
a/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js
b/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js
index
f29df8e
..
88b0ca3
100644
(file)
--- a/
Open-ILS/src/javascript/backend/circ/circ_permit_copy.js
+++ b/
Open-ILS/src/javascript/backend/circ/circ_permit_copy.js
@@
-21,9
+21,6
@@
if( ! isTrue(isRenewal) ) {
copyStatus != 'On holds shelf' && copyStatus != 'Reshelving' ) {
result.events.push('COPY_NOT_AVAILABLE');
}
-
- if( copyStatus == 'On holds shelf' )
- result.events.push('ITEM_ON_HOLDS_SHELF');
}