Subversion Repositories SmartDukaan

Rev

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

Rev 34216 Rev 35217
Line 76... Line 76...
76
        	<input  type="text" class="slabOnwardsAmount form-control"  value="0"/>
76
        	<input  type="text" class="slabOnwardsAmount form-control"  value="0"/>
77
        	<span class="input-group-addon">${holder2}</span>
77
        	<span class="input-group-addon">${holder2}</span>
78
        	<input type="text" class="form-control payoutValue"  value="0"/>
78
        	<input type="text" class="form-control payoutValue"  value="0"/>
79
        	<span class="input-group-addon">${holder3}</span>
79
        	<span class="input-group-addon">${holder3}</span>
80
        	</div>`;
80
        	</div>`;
81
        $(this).closest('.itemcriteriapayout').find('div.slab-container').html(slabHtml.repeat(9));
81
        $(this).closest('.itemcriteriapayout').find('div.slab-container').html(slabHtml.repeat(15));
82
        //targetSlabTemplate = $('div.targetslabs').get(0).outerHTML;
82
        //targetSlabTemplate = $('div.targetslabs').get(0).outerHTML;
83
    });
83
    });
84
});
84
});
85
 
85
 
86
function changeTargetType() {
86
function changeTargetType() {