oops
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jul 2005 22:08:19 +0000 (22:08 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jul 2005 22:08:19 +0000 (22:08 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1320 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/circ/circ_utils.js

index f3a7030..8da9f45 100644 (file)
@@ -92,7 +92,7 @@ function checkin_by_copy_barcode(barcode, f) {
                        sdump('D_CIRC_UTILS','check = ' + js2JSON(check) + '\n');
                        if (check.status != 0) {
                                switch(check.status) {
-                                       case 1: /* possible hold capture */
+                                       case '1': case 1: /* possible hold capture */
                                                var rv = yns_alert(
                                                        check.text,
                                                        'Check Check In Interrupt',