added search for teamstore
This commit is contained in:
@@ -796,6 +796,11 @@
|
||||
var name = selected.val();
|
||||
$(this).closest("tr").find("input[name='order_number[]']").val(number)
|
||||
});
|
||||
|
||||
|
||||
$('#filter_product').change(function() {
|
||||
this.form.submit();
|
||||
});
|
||||
}); //end document ready
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user