From 8fc3d0746e1b7e17a2e4f9df2c5e69c16a60c1ff Mon Sep 17 00:00:00 2001 From: Adam Bowling Date: Fri, 16 Aug 2019 02:21:53 -0400 Subject: [PATCH] LP# 1811898: Fixes improper display and printing of long call numbers in the spine label print view. Signed-off-by: Adam Bowling --- Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js | 1 - 1 file changed, 1 deletion(-) 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(); }); } -- 2.11.0