On a related note, incomplete submissions are also included in the papers report. I removed them myself by editing plugins/reports/papers/PaperReportDAO.inc.php.
I added
- Code: Select all
AND p.submission_progress = 0
to the WHERE clause of the the big query in the getPaperReport function.
While we're talking papers report, my client asked me to include keywords and references, which I did, but you also need to edit plugins/reports/papers/PaperReportPlugin.inc.php to accomplish this. I guess this is a feature request.