From 628f1b17a6446a96d72ad179ede8a0d3c9120d1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Aug 2012 03:06:16 +0200 Subject: [PATCH] Add missing key --- htdocs/langs/en_US/admin.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index b36ab7b4cef..1e218018ea2 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -44,6 +44,7 @@ ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or highe ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher ErrorDecimalLargerThanAreForbidden=Error, a precision higher than %s is not supported. DictionnarySetup=Dictionary setup +Dictionnary=Dictionaries DisableJavascript=Disable JavaScript and Ajax functions ConfirmAjax=Use Ajax confirmation popups UseSearchToSelectCompany=Use autocompletion fields to choose third parties (instead of using a list box).

Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant SOCIETE_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.