[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 4ea0ee9e445714d24e24d20abcd44f5516f56b29

Evergreen Git git at git.evergreen-ils.org
Tue Oct 29 10:26:09 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, rel_2_4 has been updated
       via  4ea0ee9e445714d24e24d20abcd44f5516f56b29 (commit)
      from  b52dd5fce7bae16c3413ec5e79bfce11180c88e3 (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 4ea0ee9e445714d24e24d20abcd44f5516f56b29
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 af7442f..3218b84 100644
--- a/Open-ILS/xul/staff_client/server/circ/util.js
+++ b/Open-ILS/xul/staff_client/server/circ/util.js
@@ -2997,6 +2997,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