Fixes #565, "generate report" fails
This commit is contained in:
parent
e7af1d82e4
commit
12f1189ac6
|
@ -129,6 +129,11 @@ Zotero.Report = new function() {
|
|||
continue;
|
||||
}
|
||||
|
||||
// Convert false to empty string
|
||||
if (!arr[i]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
table = true;
|
||||
var fieldText;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user