wrong args
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jul 2005 19:09:12 +0000 (19:09 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jul 2005 19:09:12 +0000 (19:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1288 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 2615517..50fa3c7 100644 (file)
@@ -68,7 +68,7 @@ function checkin_by_copy_barcode(barcode, f) {
                )[0];
                if (!f) {
                        sdump('D_CIRC_UTILS','check = ' + js2JSON(check) + '\n');
-                       if (check.status != 0) s_alert('D_CHECKIN',check.text );
+                       if (check.status != 0) s_alert(check.text );
                }
                return check;
        } catch(E) {