Skip to content
Snippets Groups Projects
Commit a116292e authored by kaushik p's avatar kaushik p
Browse files

Update Popup.php

parent 552bc405
No related branches found
No related tags found
1 merge request!1009Fixes::156799022::kaushik::Total Page count in import popup displays 0 fixed
......@@ -277,11 +277,7 @@ class Vtiger_Popup_View extends Vtiger_Footer_View {
$viewer->assign('SEARCH_DETAILS', $searchParams);
$viewer->assign('MODULE_MODEL', $moduleModel);
$viewer->assign('VIEW', $request->get('view'));
/**
* it returns false , if(false) is false it will not enter function , since we made negation ...
* negation(false) is true
*/
if (!PerformancePrefs::getBoolean('LISTVIEW_COMPUTE_PAGE_COUNT', false)) {
if (PerformancePrefs::getBoolean('LISTVIEW_COMPUTE_PAGE_COUNT', false)) {
if(!$this->listViewCount){
$this->listViewCount = $listViewModel->getListViewCount();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment