diff --git a/languages/en_us/Vtiger.php b/languages/en_us/Vtiger.php index 6a9752bc4089ce4cca46cb519ef99ef0157edc4e..4375a46322a1fc767cd3641bb83856a4ed499384 100644 --- a/languages/en_us/Vtiger.php +++ b/languages/en_us/Vtiger.php @@ -1937,5 +1937,5 @@ $jsLanguageStrings = array( 'LBL_LIST_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 'JS_WIDGET_RESIZING_WAIT_MSG' => 'Widget contents will load after resizing.', 'JS_COPIED_SUCCESSFULLY' => 'Copied successfully', - 'JS_ATLEAST_SELECT_ONE_FIELD' => 'Atleast one field should be selected', + 'JS_ATLEAST_SELECT_ONE_FIELD' => 'At least one field should be selected', ); diff --git a/modules/Vtiger/views/ListAjax.php b/modules/Vtiger/views/ListAjax.php index 36c64b25a36e4acc0f0d95b6d4cc3e7c361b4932..70463de703124206456a499377b05e3b614773bb 100644 --- a/modules/Vtiger/views/ListAjax.php +++ b/modules/Vtiger/views/ListAjax.php @@ -30,7 +30,7 @@ class Vtiger_ListAjax_View extends Vtiger_List_View { $this->exposeMethod('searchAll'); } - function preProcess(Vtiger_Request $request) { + function preProcess(Vtiger_Request $request, $display=true) { return true; }