From de3cfcf24c1e672b9f95147b4afd71f20a8d6a2f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 29 Jun 2017 18:05:20 -0400 Subject: [PATCH] webstaff serials: use dist holding library to determine MFHDs eligible to link to Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/serials/directives/subscription_manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js index c1a677267d..5fe407794e 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js +++ b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js @@ -532,7 +532,7 @@ function($scope , $q , $uibModalInstance , egCore , row , bibId ) { $scope.cancel = function () { $uibModalInstance.dismiss() } $scope.legacies = {}; egCore.pcrud.search('sre', { - record: bibId, owning_lib : row['owning_lib.id'], active: 't', deleted: 'f' + record: bibId, owning_lib : row['sdist.holding_lib.id'], active: 't', deleted: 'f' }, {}, { atomic : true } ).then( function(resp) { // maybe success -- 2.11.0