Subversion Repositories SmartDukaan

Rev

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

Rev 31730 Rev 32843
Line 36... Line 36...
36
		var counterPotential = $(row).find("input[name='counterPotential']").val();
36
		var counterPotential = $(row).find("input[name='counterPotential']").val();
37
 
37
 
38
		console.log(counterPotential)
38
		console.log(counterPotential)
39
 
39
 
40
 
40
 
41
		var rbmAuthId = $(row).find("input[name='hiddenrbmAuthId']").val();
41
//		var rbmAuthId = $(row).find("input[name='hiddenrbmAuthId']").val();
-
 
42
        var rbmAuthId = $(row).find("select[name='rbmAuthId']").val();
42
 
43
 
43
		console.log(rbmAuthId)
44
		console.log(rbmAuthId)
44
 
45
 
45
		var data6 = $(row).find("input[name='city1']").val();
46
		var data6 = $(row).find("input[name='city1']").val();
46
 
47