From: Bill Erickson Date: Mon, 25 Nov 2013 21:06:04 +0000 (-0500) Subject: ff / item status UI receive item repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=280f830711bd94322e4e23015a8793f7ac07a9a8;p=evergreen%2Fequinox.git ff / item status UI receive item repair 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 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();