Subversion Repositories SmartDukaan

Rev

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

Rev 31072 Rev 33247
Line 24... Line 24...
24
	});
24
	});
25
 
25
 
26
	$(document).on('click', "#uploadshipping", function() {
26
	$(document).on('click', "#uploadshipping", function() {
27
 
27
 
28
		getAuthorisedWarehouses(function(warehouseId) {
28
		getAuthorisedWarehouses(function(warehouseId) {
29
			console.log(warehouseId)
29
			console.log(warehouseId);
30
 
30
 
31
 
31
 
32
			window.location.href = context + "/downloadUploadShippingTemplate?warehouseId=" + warehouseId;
32
			window.location.href = context + "/downloadUploadShippingTemplate?warehouseId=" + warehouseId;
33
		});
33
		});
34
	});
34
	});