fix identify dialog for books without isbn

This commit is contained in:
j 2016-01-18 14:23:21 +05:30
parent f61a3926e6
commit 2bee170813
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ oml.ui.identifyDialog = function(data) {
}),
isbn: Ox.Input({
style: 'squared',
value: Ox.formatISBN(data.isbn, 13, true),
value: Ox.formatISBN(data.isbn || '', 13, true),
width: 544
})
.bindEvent({