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

Evergreen Git git at git.evergreen-ils.org
Tue Oct 29 10:25:30 EDT 2013


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  ef4d822e9348c8c7150e6afe4440b09d8042c693 (commit)
      from  6ce3e4bb3fec20de325ff79a1f2903d261249d01 (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 ef4d822e9348c8c7150e6afe4440b09d8042c693
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Oct 21 16:37:22 2013 -0400

    Handle Missing copy status (4) in checkin_via_barcode2 in circ.util.js.
    
    We treate just like available and reshelving.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js
index 42b1df7..92b168a 100644
--- a/Open-ILS/xul/staff_client/server/circ/util.js
+++ b/Open-ILS/xul/staff_client/server/circ/util.js
@@ -3069,6 +3069,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che
             }
             switch(Number(check.copy.status())) {
                 case 0: /* AVAILABLE */
+                case 4: /* MISSING */
                 case 7: /* RESHELVING */
                     check.what_happened = 'success';
                     sound.special('checkin.success');

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

Summary of changes:
 Open-ILS/xul/staff_client/server/circ/util.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list