// Supply Orders : Fixed issue #PSFV-214

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11179 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-13 13:57:28 +00:00
parent 7f19043b63
commit 39edd1f064
@@ -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,