ignore any CLI book report "item" which crashes
svn: r21667
This commit is contained in:
parent
198a707f5b
commit
9e98aa0c25
@ -1310,6 +1310,7 @@ def cl_report(database, name, category, options_str_dict):
|
|||||||
report_class = item.get_write_item()
|
report_class = item.get_write_item()
|
||||||
obj = write_book_item(database,
|
obj = write_book_item(database,
|
||||||
report_class, item.option_class, user)
|
report_class, item.option_class, user)
|
||||||
|
if obj:
|
||||||
append_styles(selected_style, item)
|
append_styles(selected_style, item)
|
||||||
rptlist.append(obj)
|
rptlist.append(obj)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user