ff : ui log repair for circulating items
authorBill Erickson <berick@esilibrary.com>
Sat, 26 Oct 2013 22:26:50 +0000 (18:26 -0400)
committerBill Erickson <berick@esilibrary.com>
Sat, 26 Oct 2013 22:26:50 +0000 (18:26 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/fulfillment/app.js

index fa2d15e..2ed28fe 100644 (file)
@@ -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 {