Subversion Repositories SmartDukaan

Rev

Rev 32845 | Rev 32969 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32845 Rev 32846
Line 147... Line 147...
147
            LOGGER.info("itemCriteriaPayout {}", itemCriteriaPayout);
147
            LOGGER.info("itemCriteriaPayout {}", itemCriteriaPayout);
148
 
148
 
149
            PayoutSlab currentSlab = itemCriteriaPayout.getCurrentSlab();
149
            PayoutSlab currentSlab = itemCriteriaPayout.getCurrentSlab();
150
            PayoutSlab nextSlab = itemCriteriaPayout.getNextSlab();
150
            PayoutSlab nextSlab = itemCriteriaPayout.getNextSlab();
151
            if (i > 0) {
151
            if (i > 0) {
152
                sb.append("<br>");
152
                sb.append("<span class=\"mk_show\" style=\"display:none;\"><br></span>");
153
            }
153
            }
154
            if (i < 1) {
154
            if (i > 1) {
155
                sb.append("<div class=\"mk_show\">");
155
                sb.append("<div class=\"mk_show\" style=\"display:none;\">");
156
            } else {
156
            } else {
157
                sb.append("<div>");
157
                sb.append("<div>");
158
            }
158
            }
159
            i++;
159
            i++;
160
            if (currentSlab == null) {
160
            if (currentSlab == null) {