forked from openlp/openlp
Fix name bug
This commit is contained in:
parent
4696564c09
commit
aeb79120f4
@ -256,7 +256,7 @@ class BibleManager():
|
||||
v = self.bible_db_cache[bible].get_bible_chapter(book.id, chapter)
|
||||
if v == None:
|
||||
self.bible_db_cache[bible].create_chapter(book.id, \
|
||||
book_chapter, \
|
||||
chapter, \
|
||||
search_results.get_verselist())
|
||||
else:
|
||||
log.debug("get_verse_text : old book")
|
||||
|
Loading…
Reference in New Issue
Block a user