Check for a hit in SFX for every library we have enabled
authorDan Scott <dan@coffeecode.net>
Wed, 22 Jun 2011 18:50:08 +0000 (14:50 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:36:15 +0000 (14:36 -0400)
commit76354e2ac551a3be0b24ef16802e0e08303c6371
tree5cafd07214168844e89e5f1c225ccd5f2735ced1
parent624ed5975f1872933b723250b359493c5916b0ae
Check for a hit in SFX for every library we have enabled

It's possible that one of the libraries has not yet turned on a given
target in SFX, so we don't want any false negatives. And if a library
hasn't opted into a particular package, they shouldn't be one of the
enabled flags passed to this script.

Also, clean up ISBN marking and access note creation, as we were
modifying the wrong MARC record.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py