From: Bill Erickson Date: Wed, 6 Nov 2013 18:04:07 +0000 (-0500) Subject: ff ui / ensure lookupcomplete is set even when no data is present X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b2d0272bd2db253f4bc9d7ec204a1090b2aa2086;p=evergreen%2Fequinox.git ff ui / ensure lookupcomplete is set even when no data is present Signed-off-by: Bill Erickson --- 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 =