LP1821950 Call Number Labels Should Not Be Required In Copy Editor user/zbanks/lp1821950_call_number_labels_should_not_be_required_in_the_copy_editor
authorZavier Banks <zbanks@catalyte.io>
Tue, 25 Feb 2020 20:23:30 +0000 (20:23 +0000)
committerZavier Banks <zbanks@catalyte.io>
Tue, 25 Feb 2020 20:23:30 +0000 (20:23 +0000)
Fixed the bug where you couldn't save and exit

Signed-off-by: Zavier Banks <zbanks@catalyte.io>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

index b55020a..2e41f03 100644 (file)
@@ -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;
-                    }
                 }
             );