Subversion Repositories SmartDukaan

Rev

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

Rev 26359 Rev 26360
Line 237... Line 237...
237
		}
237
		}
238
		imeis.concat($('select.mk_rejected').val());
238
		imeis.concat($('select.mk_rejected').val());
239
	} else {
239
	} else {
240
		if($("#statusForm .mk_rejection_reason").val().trim()!="") {
240
		if($("#statusForm .mk_rejection_reason").val().trim()!="") {
241
			alert("Rejection reason should be empty during approval.");
241
			alert("Rejection reason should be empty during approval.");
-
 
242
			return;
242
		}
243
		}
243
		imeis.concat($('select.mk_approved').val());
244
		imeis.concat($('select.mk_approved').val());
244
	}
245
	}
245
 
246
 
246
	if(imeis.length == 0) {
247
	if(imeis.length == 0) {