Tony Kang %!s(int64=2) %!d(string=hai) anos
pai
achega
9e3f0e7234
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/reports/rpt_component/jpc_ex.js

+ 1 - 1
app/reports/rpt_component/jpc_ex.js

@@ -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;