From b6ff248e3abadb77890362845dae2c47e9d12e08 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 21 Aug 2018 13:01:06 -0700 Subject: [PATCH] LP#1752665: suppress located URIs in holdings view Signed-off-by: Jeff Davis --- Open-ILS/web/js/ui/default/staff/cat/services/holdings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/holdings.js b/Open-ILS/web/js/ui/default/staff/cat/services/holdings.js index b4fb738524..c330acf946 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/services/holdings.js +++ b/Open-ILS/web/js/ui/default/staff/cat/services/holdings.js @@ -71,7 +71,7 @@ function(egCore , $q) { var p = egCore.pcrud.search( 'acn', - {record : rid, owning_lib : org_list, deleted : 'f'}, + {record : rid, owning_lib : org_list, deleted : 'f', label : {'!=' : '##URI##'}}, svc.flesh ).then( function() { // finished -- 2.43.2