From bbee3cc1c710ae755121147bb504acf6cc70ad14 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Sat, 26 Oct 2013 18:26:50 -0400 Subject: [PATCH] ff : ui log repair for circulating items Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/fulfillment/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fa2d15ea20..2ed28fe1ee 100644 --- a/Open-ILS/web/js/ui/default/staff/fulfillment/app.js +++ b/Open-ILS/web/js/ui/default/staff/fulfillment/app.js @@ -559,7 +559,7 @@ function ($scope, $q, egPCRUD, ffService) { var copy_lib = fullPath; // our copies var circ_lib = fullPath; // circulating here - if ($scope.itemList.filterBorrower) { + if ($scope.itemList.filterLender) { // borrower always means not-our-copies circ_lib = {'not in' : fullPath}; } else { -- 2.11.0