From 4902fabb346aa16dc0780393a4882c70260ab63e Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Wed, 20 May 2020 14:44:18 +0530
Subject: [PATCH] Fixes #1291 trnalsation supported

---
 languages/en_us/Vtiger.php        | 2 +-
 modules/Vtiger/views/ListAjax.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/languages/en_us/Vtiger.php b/languages/en_us/Vtiger.php
index 6a9752bc4..4375a4632 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 36c64b25a..70463de70 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;
 	}
 
-- 
GitLab