Subversion Repositories SmartDukaan

Rev

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

Rev 19561 Rev 19562
Line 2... Line 2...
2
 
2
 
3
$(document).ready(function(){
3
$(document).ready(function(){
4
	if($('#MasterDataCategoryId').val() == "6")
4
	if($('#MasterDataCategoryId').val() == "6")
5
	{
5
	{
6
		$('#MasterDataInternalRank').prop('readonly',false);
6
		$('#MasterDataInternalRank').prop('readonly',false);
7
		if($('#MasterDataInternalRank').val() == '0'){
-
 
8
			$('#MasterDataInternalRank').val('');
-
 
9
		}
-
 
10
	}
7
	}
11
});
8
});
12
</script>
9
</script>
13
 
10
 
14
<div class="container">
11
<div class="container">