projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f82890
)
Hardcode local "New Book" status (101) to allow circ
author
Dan Wells
<dbw2@calvin.edu>
Thu, 12 Feb 2015 21:01:13 +0000
(16:01 -0500)
committer
Dan Wells
<dbw2@calvin.edu>
Thu, 27 Aug 2015 18:29:20 +0000
(14:29 -0400)
This is the part handled by Bill's current branch, so just added here
for completeness.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/100.circ_matrix.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/100.circ_matrix.sql
b/Open-ILS/src/sql/Pg/100.circ_matrix.sql
index
837c34e
..
ae25922
100644
(file)
--- a/
Open-ILS/src/sql/Pg/100.circ_matrix.sql
+++ b/
Open-ILS/src/sql/Pg/100.circ_matrix.sql
@@
-497,7
+497,7
@@
BEGIN
END IF;
-- Fail if the item isn't in a circulateable status on a non-renewal
- IF NOT renewal AND item_object.status NOT IN ( 0, 7, 8 ) THEN
+ IF NOT renewal AND item_object.status NOT IN ( 0, 7, 8
, 101
) THEN
result.fail_part := 'asset.copy.status';
result.success := FALSE;
done := TRUE;