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

Fixes: updated total count

parent 494f95ea
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="{$listViewCount}" />
<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">
......
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