From: Adam Bowling Date: Fri, 16 Aug 2019 06:21:53 +0000 (-0400) Subject: LP# 1811898: Fixes improper display and printing of long call numbers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fabowling%2Flp1811898_label_long_call_number;p=working%2FEvergreen.git LP# 1811898: Fixes improper display and printing of long call numbers in the spine label print view. Signed-off-by: Adam Bowling --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js b/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js index 7958f9257f..3714fff61d 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js @@ -522,7 +522,6 @@ function ($scope, $q, $window, $routeParams, $location, $timeout, egCore, egNet, $scope.rendered_cn_key_by_copy_id[copy.id] = key; } } - console.log($scope.rendered_call_number_set); $scope.preview_scope.tickle = Date() + ' ' + Math.random(); }); }