Lines 267-273
Link Here
|
267 |
})); |
267 |
})); |
268 |
$("#supplierlist").change(function() { |
268 |
$("#supplierlist").change(function() { |
269 |
var id = $(this).find("option:selected").val(); |
269 |
var id = $(this).find("option:selected").val(); |
270 |
window.location.href = "#" + id; |
270 |
window.location.href = "#vendor" + id; |
271 |
}); |
271 |
}); |
272 |
$(".modal").on("shown.bs.modal", function(){ |
272 |
$(".modal").on("shown.bs.modal", function(){ |
273 |
var basket = $(this).data("basketno"); |
273 |
var basket = $(this).data("basketno"); |