Skip to content
Snippets Groups Projects
Commit 89ace159 authored by Prasad's avatar Prasad
Browse files

Merge branch '156799022' into 'master'

Fixes::156799022::kaushik::Total Page count in import popup displays 0 fixed

See merge request vtiger/vtigercrm!1009
parents 33240b75 a233021a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<input type="hidden" id="pageEndRange" value="{$PAGING_MODEL->getRecordEndRange()}" />
<input type="hidden" id="previousPageExist" value="{$PAGING_MODEL->isPrevPageExists()}" />
<input type="hidden" id="nextPageExist" value="{$PAGING_MODEL->isNextPageExists()}" />
<input type="hidden" id="totalCount" value="{$LISTVIEW_COUNT}" />
<input type="hidden" id="totalCount" value="{$LISTVIEW_ENTRIES_COUNT}" />
{if $GETURL}<input type="hidden" id="getUrl" value="{$GETURL}" />{/if}
<input type="hidden" value="{Vtiger_Util_Helper::toSafeHTML(Zend_JSON::encode($SEARCH_DETAILS))}" id="currentSearchParams" />
<div class="contents-topscroll">
......
......@@ -397,4 +397,4 @@ class Vtiger_Popup_View extends Vtiger_Footer_View {
return Vtiger_Util_Helper::transferListSearchParamsToFilterCondition($listSearchParams, $moduleModel);
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment