add everything to list except No Circulation
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jul 2005 19:25:20 +0000 (19:25 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jul 2005 19:25:20 +0000 (19:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1290 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 2e51dc5..1f9b485 100755 (executable)
@@ -55,7 +55,7 @@ function checkin_checkin_items_init(p) {
                        if (check) {
                                sdump('D_CHECKIN','check = ' + check + '\n' + pretty_print( js2JSON( check ) ) + '\n');
 
-                               if (check.status == 0) {
+                               if (check.status > -1) {
                                        checkins.push( check );
                                        p.checkin_items.add_checkin_items( [ checkins.length - 1 ] );
                                } else {