This commit is contained in:
2020-09-03 21:58:58 +00:00
parent a3763b5503
commit 06601caac2
3 changed files with 23 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ function ayRegisterHelpers() {
}
function ayPreRender(theReportData) {
if (reportPrerender != null) {
if (typeof reportPreRender === "function") {
return reportPreRender(theReportData);
}else{
return theReportData;