From: Galen Charlton Date: Thu, 29 Jun 2017 22:05:20 +0000 (-0400) Subject: webstaff serials: use dist holding library to determine MFHDs eligible to link to X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=de3cfcf24c1e672b9f95147b4afd71f20a8d6a2f;p=working%2FEvergreen.git webstaff serials: use dist holding library to determine MFHDs eligible to link to Signed-off-by: Galen Charlton --- 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