fix identify dialog for books without isbn
This commit is contained in:
parent
f61a3926e6
commit
2bee170813
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue