@@ -413,7 +413,7 @@ JpcExSrv.prototype.createNew = function() {
rst[JV.PROP_SIGNATURE_CELLS] = me.crossTab.signatureRst;
rst[JV.PROP_SIGNATURE_DATE_CELLS] = me.crossTab.signatureDateRst;
rst[JV.PROP_SIGNATURE_AUDIT_CELLS] = me.crossTab.signatureAuditRst;
- rst[JV.PROP_INTERACT_CELLS] = me.flowTab.interactRst;
+ rst[JV.PROP_INTERACT_CELLS] = me.crossTab.interactRst;
} else if (me.billTab) {
rst[JV.PROP_CELLS] = me.billTab.outputAsSimpleJSONPage(rptTpl, dataObj, page, bands, controls, fonts, me, customizeCfg);
rst[JV.PROP_SIGNATURE_CELLS] = me.billTab.signatureRst;