From be0e433ea8b201e3b593bcd9cba2df996b1d2e88 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 5 Oct 2015 20:25:06 +0000 Subject: [PATCH] webstaff: make record merge interface display volumes for all OUs Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- 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 97214252ed..74ba520564 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 @@ -294,7 +294,7 @@ function(egCore , $q) { function load_holdings() { holdingsSvcInst.fetch({ rid : $scope.recordId, - org : egCore.org.get(egCore.auth.user().ws_ou()), // TOOD: use root OU? + org : egCore.org.root(), copy : false, vol : true, empty : true -- 2.11.0