// Fixed #PSTEST-512

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12524 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-18 10:26:22 +00:00
parent 209209c592
commit 9d5fad8696
@@ -220,7 +220,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,