ignore isbn 1-111-11111-1

This commit is contained in:
j 2016-02-13 15:01:16 +05:30
parent 057c44df08
commit 0c5edb38ef
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ def to_isbn13(isbn):
isbn = None
except:
isbn = None
if isbn == '9781111111113':
isbn = None
return isbn
def normalize_isbn(value):