From: Jason Etheridge Date: Fri, 1 Apr 2011 20:28:37 +0000 (-0400) Subject: remove these as well, to prevent errors creating items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0cfdad7d9183e3b2618d01e93775fce828bec121;p=evergreen%2Fequinox.git remove these as well, to prevent errors creating items --- diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql index 82cb509afd..0026b20ef4 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -1193,8 +1193,6 @@ BEGIN JOIN asset.copy_location cl ON (cp.location = cl.id) JOIN config.copy_status cs ON (cp.status = cs.id) WHERE NOT cp.deleted - AND NOT cn.deleted - AND NOT b.deleted AND cs.opac_visible AND cl.opac_visible AND cp.opac_visible