TonyKang vor 7 Jahren
Ursprung
Commit
9cac0ec0fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      modules/reports/rpt_component/jpc_flow_tab.js

+ 1 - 1
modules/reports/rpt_component/jpc_flow_tab.js

@@ -412,7 +412,7 @@ JpcFlowTabSrv.prototype.createNew = function(){
                 pageIdx++;
                 function private_chk_handle_rec_amt(dv, isEx) {
                     if ((dv[1] === JV.DISPLAY_VAL_TYPE_NORMAL) || (dv[1] === JV.DISPLAY_VAL_TYPE_AUTO_HEIGHT && dv[3] === dv[4] - 1)) {
-                        if (isEx) counterRowRecEx++ else counterRowRec++;
+                        if (isEx) {counterRowRecEx++} else counterRowRec++;
                     } else if (dv[1] === JV.DISPLAY_VAL_TYPE_AUTO_HEIGHT) {
                         redundantRecAmt++;
                     }