From b2d0272bd2db253f4bc9d7ec204a1090b2aa2086 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 6 Nov 2013 13:04:07 -0500 Subject: [PATCH] ff ui / ensure lookupcomplete is set even when no data is present Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/fulfillment/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/fulfillment/app.js b/Open-ILS/web/js/ui/default/staff/fulfillment/app.js index 6c9e00bd4a..ecf47431dc 100644 --- a/Open-ILS/web/js/ui/default/staff/fulfillment/app.js +++ b/Open-ILS/web/js/ui/default/staff/fulfillment/app.js @@ -267,10 +267,9 @@ function ($scope, $q, $compile, $timeout, $rootScope, $location, offset : $scope.itemList.offset } ).then( - null, // success/oncomplete + function() { $scope.lookupComplete = true }, null, // error function(item) { // notify/onresponse handler - $scope.lookupComplete = true; item.index = $scope.itemList.count(); if (item.copy_barcode) { item.copy_barcode_enc = -- 2.11.0