Subversion Repositories SmartDukaan

Rev

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

Rev 29373 Rev 31043
Line 185... Line 185...
185
	});
185
	});
186
 
186
 
187
 
187
 
188
 
188
 
189
 
189
 
-
 
190
	$(document).on('click', ".generate-awb", function() {
-
 
191
 
-
 
192
		console.log("ghghkg");
-
 
193
 
-
 
194
		doGetAjaxRequestHandler(context + "/getAwbNumber",
-
 
195
			function(response) {
-
 
196
				console.log(response)
-
 
197
			});
-
 
198
	});
-
 
199
 
-
 
200
 
-
 
201
 
190
	$(document).on('click', ".uploadDelayBillingFile", function() {
202
	$(document).on('click', ".uploadDelayBillingFile", function() {
191
 
203
 
192
		console.log("hello");
204
		console.log("hello");
193
		if (confirm('Confirm upload ?')) {
205
		if (confirm('Confirm upload ?')) {
194
			var fileSelector = $(this)[0];
206
			var fileSelector = $(this)[0];