ff / item status UI receive item repair
authorBill Erickson <berick@esilibrary.com>
Mon, 25 Nov 2013 21:06:04 +0000 (16:06 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 25 Nov 2013 21:06:04 +0000 (16:06 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/fulfillment/app.js

index ecf4743..45467e4 100644 (file)
@@ -689,6 +689,7 @@ function ($scope,  $q,  $route,  $location,  egPCRUD,  orgSelector,  egNet,  egA
         }
 
         item.copy = item_data.copy;
+        item.copy_id = item_data.copy.id();
         item.item_barcode = copy.barcode();
         item.item_barcode_enc = encodeURIComponent(copy.barcode());
         item.source_lib = egOrg.get(copy.source_lib()).shortname();