TonyKang 5 gadi atpakaļ
vecāks
revīzija
b080adcb13

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 548 - 538
app/const/report_defined_properties.js


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

@@ -309,7 +309,7 @@ JpcFlowTabSrv.prototype.createNew = function() {
                 }
                 for (let di = 0; di < segDataIdx.length; di++) {
                     let hasDiff = false;
-                    if (di > 1) {
+                    if (di >= 1) {
                         for (let i = 0; i < me.group_check_fields.length; i++) {
                             const grp_field = JE.F(me.group_check_fields[i][JV.PROP_FIELD_ID], $CURRENT_RPT);
                             if (grp_field) {