webstaff: make record merge interface display volumes for all OUs
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 Oct 2015 20:25:06 +0000 (20:25 +0000)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 Feb 2016 19:58:48 +0000 (14:58 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/cat/services/holdings.js

index 9721425..74ba520 100644 (file)
@@ -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