From 280f830711bd94322e4e23015a8793f7ac07a9a8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 25 Nov 2013 16:06:04 -0500 Subject: [PATCH] ff / item status UI receive item repair Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/fulfillment/app.js | 1 + 1 file changed, 1 insertion(+) 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 ecf47431dc..45467e4788 100644 --- a/Open-ILS/web/js/ui/default/staff/fulfillment/app.js +++ b/Open-ILS/web/js/ui/default/staff/fulfillment/app.js @@ -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(); -- 2.11.0