X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=examples%2Fselfcheck.js;fp=examples%2Fselfcheck.js;h=16c28e54c8f7f766a9372295eab6f4e57bf16686;hp=032aa7e2f15e56978a0f339c0bc64ee928c21077;hb=1eaa286380b8836aec11d987a88797065b7e2df1;hpb=a02727b7554fb61ae907688c7440e47251afa021 diff --git a/examples/selfcheck.js b/examples/selfcheck.js index 032aa7e..16c28e5 100644 --- a/examples/selfcheck.js +++ b/examples/selfcheck.js @@ -232,6 +232,7 @@ function circulation( barcode, tag ) { && barcode.length == 10 && barcode.substr(0,3) == 130 && book_barcodes[barcode] != 1 + && tag.reader == '3M810' ) { // book, not seen yet book_barcodes[ barcode ] = 1; pending_jsonp++;