From 30bd62603e3816620f450c8395a2c0aff5a1e4d5 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Wed, 14 Mar 2018 15:10:23 -0700 Subject: [PATCH] LP#1743045: skip redundant grid refresh on checkin Signed-off-by: Jeff Davis Signed-off-by: Remington Steed Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/circ/checkin/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js index 7be19fb53f..516e43f172 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js @@ -189,7 +189,6 @@ function($scope , $q , $window , $location , $timeout , egCore , checkinSvc , eg // track the item in the grid before sending the request checkinSvc.checkins.unshift(row_item); - checkinGrid.refresh(); egCirc.checkin(params, options).then( function(final_resp) { -- 2.11.0