LP#1739676 - Web client check in LOST_AND_PAID status
authorMichele Morgan <mmorgan@noblenet.org>
Wed, 27 Dec 2017 17:16:25 +0000 (12:16 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 5 Jan 2018 21:46:09 +0000 (16:46 -0500)
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@noblenet.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>

Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index 27f9caa..d43ad41 100644 (file)
@@ -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'