From cf0ac220f9f69abbd3134cbcf055baa6155894f4 Mon Sep 17 00:00:00 2001 From: Zavier Banks Date: Tue, 25 Feb 2020 20:23:30 +0000 Subject: [PATCH] LP1821950 Call Number Labels Should Not Be Required In Copy Editor Fixed the bug where you couldn't save and exit Signed-off-by: Zavier Banks --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index b55020a82f..2e41f03f28 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -1721,9 +1721,6 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore , } else if (i.call_number().empty_label && $scope.require_label) { can_save = false; } - if(!i.call_number().owning_lib()){ - can_save = false; - } } ); -- 2.11.0