From: Dobrica Pavlinusic Date: Wed, 29 Oct 2014 13:28:59 +0000 (+0100) Subject: do circulation only from 3M reader X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=1eaa286380b8836aec11d987a88797065b7e2df1 do circulation only from 3M reader --- 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++;