Subversion Repositories SmartDukaan

Rev

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

Rev 32459 Rev 32528
Line 134... Line 134...
134
 
134
 
135
		var approvalAmount = $(row).find(".approveamount input[type='text']").val();
135
		var approvalAmount = $(row).find(".approveamount input[type='text']").val();
136
		var freedays = $(row).find(".freedays input[type='text']").val();
136
		var freedays = $(row).find(".freedays input[type='text']").val();
137
 
137
 
138
 
138
 
139
		var status = $(row).find("td:eq(18) option:selected").val();
139
		var status = $(row).find(".sanctionstatus option:selected").val();
140
 
140
 
141
		var stockHold = $(row).find("td:eq(19) input[type='checkbox']").is(":checked") ? true : false;
141
		var stockHold = $(row).find(".stockholdcheckbox input[type='checkbox']").is(":checked") ? true : false;
142
 
142
 
143
 
143
 
144
		console.log(freedays)
144
		console.log(freedays)
145
 
145
 
146
		var sanctionReq = {};
146
		var sanctionReq = {};