// Supply Orders : Fixed issue #PSFV-214

This commit is contained in:
bMancone
2011-12-13 13:57:28 +00:00
parent 9fd2f8072d
commit ffdd5e5f4c
@@ -216,7 +216,7 @@
// set autocomplete on search field
$('#cur_product_name').autocomplete("ajax-tab.php", {
delay: 100,
minChars: 4,
minChars: 3,
autoFill: true,
max:20,
matchContains: true,