Subversion Repositories SmartDukaan

Rev

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

Rev 27838 Rev 27840
Line 156... Line 156...
156
			console.log(response)
156
			console.log(response)
157
		});
157
		});
158
	});
158
	});
159
	$("#warehouse-partner-brand-sale").click(function() {
159
	$("#warehouse-partner-brand-sale").click(function() {
160
		var brand = $('#brands').val();
160
		var brand = $('#brands').val();
161
		doGetAjaxRequestHandler(context + "/getWarehouseWiseBrandPartnerSale?brand=?brand="+brand, function(response) {
161
		doGetAjaxRequestHandler(context + "/getWarehouseWiseBrandPartnerSale?brand="+brand, function(response) {
162
			$('#' + "main-content").html(response);
162
			$('#' + "main-content").html(response);
163
			console.log(response)
163
			console.log(response)
164
		});
164
		});
165
	});
165
	});
166
});
166
});