Subversion Repositories SmartDukaan

Rev

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

Rev 1317 Rev 1635
Line 636... Line 636...
636
		checkFieldChange(frmPersonal);
636
		checkFieldChange(frmPersonal);
637
	});
637
	});
638
 
638
 
639
 
639
 
640
	// change status for phone
640
	// change status for phone
641
	$(perPhone).change(function(){			
641
	$(perFieldPhone).change(function(){			
642
		if($(this).val() != arrPersonalDetail[5][1]){
642
		if($(this).val() != arrPersonalDetail[5][1]){
643
			perPhone = $(this).val();
643
			perPhone = $(this).val();
644
			arrPersonalDetail[5][0] = true;
644
			arrPersonalDetail[5][0] = true;
645
		}else{
645
		}else{
646
			perPhone = arrPersonalDetail[5][1];
646
			perPhone = arrPersonalDetail[5][1];