[open-ils-commits] [GIT] Evergreen ILS branch master updated. 21d821cf4d5092d26a0a9d987655dd1843f68663

Evergreen Git git at git.evergreen-ils.org
Fri Jan 5 17:01:47 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, master has been updated
       via  21d821cf4d5092d26a0a9d987655dd1843f68663 (commit)
      from  3b596a0ac12e5edbe9fa1d508d8ba4116a230f63 (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 21d821cf4d5092d26a0a9d987655dd1843f68663
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 27f9caa..d43ad41 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