From: Galen Charlton Date: Tue, 6 Feb 2018 21:44:32 +0000 (-0500) Subject: LP#1738249: further fix to checkout workstation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7aec0c0b0ffe16b00955bd28d3c9506c9bd48450;p=contrib%2FConifer.git LP#1738249: further fix to checkout workstation Since accs.checkout_workstation contains the workstation associated with the initial loan (and not any subsequent renewals), use that. Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index 64d38fd8dd..99a34494b8 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -86,7 +86,7 @@ - + diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/item.js b/Open-ILS/web/js/ui/default/staff/circ/services/item.js index 1a6e839ce8..b3ecd9f4c7 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/services/item.js +++ b/Open-ILS/web/js/ui/default/staff/circ/services/item.js @@ -152,7 +152,6 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog flatCopy._circ_summary = egCore.idl.toHash(copyData.circ_summary, true); flatCopy._circ_lib = copyData.circ.circ_lib(); flatCopy._duration = copyData.circ.duration(); - flatCopy._checkout_ws = copyData.circ.workstation().name(); } flatCopy.index = service.index++; flatCopy.copy_alert_count = copyData.copy.copy_alerts().filter(function(aca) {