From: Galen Charlton Date: Fri, 3 Nov 2017 20:49:50 +0000 (-0400) Subject: fix rebase error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=66860690a02f3a0cd5049cf398675419fb71ed16;p=working%2FEvergreen.git fix rebase error Signed-off-by: Galen Charlton --- 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 5bc0bde2ab..61fc783c3e 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,7 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog flatCopy._duration = copyData.circ.duration(); } flatCopy.index = service.index++; - flatCopy.copy_alert_count = copy.copy_alerts().filter(function(aca) { + flatCopy.copy_alert_count = copyData.copy.copy_alerts().filter(function(aca) { return !aca.ack_time(); }).length;