From: Bill Erickson Date: Sat, 26 Oct 2013 22:26:50 +0000 (-0400) Subject: ff : ui log repair for circulating items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bbee3cc1c710ae755121147bb504acf6cc70ad14;p=evergreen%2Fequinox.git ff : ui log repair for circulating items 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 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 {