[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. eca9b68517617a8d8b05afbcd3a49ae0180057ba

Evergreen Git git at git.evergreen-ils.org
Fri Jan 5 17:03:02 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  eca9b68517617a8d8b05afbcd3a49ae0180057ba (commit)
      from  1fb068b214bdc029c73d22e2046d86ace918d9de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eca9b68517617a8d8b05afbcd3a49ae0180057ba
Author: Michele Morgan <mmorgan at noblenet.org>
Date:   Wed Dec 27 12:16:25 2017 -0500

    LP#1739676 - Web client check in LOST_AND_PAID status
    
    Adds COPY_STATUS_LOST_AND_PAID as a recognized checkin event in the web
    client.  This gives staff the option to override or cancel the checkin.
    
    Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
index 47668be..c0e25d1 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/services/circ.js
@@ -101,6 +101,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,
         'CIRC_CLAIMS_RETURNED',
         'COPY_ALERT_MESSAGE',
         'COPY_STATUS_LOST',
+        'COPY_STATUS_LOST_AND_PAID',
         'COPY_STATUS_LONG_OVERDUE',
         'COPY_STATUS_MISSING',
         'PATRON_EXCEEDS_FINES'

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/circ/services/circ.js  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list