Skip to content
Snippets Groups Projects
Commit 4ab51950 authored by Uma's avatar Uma
Browse files

Fixes page navigation in pricebook reated-list

parent a5149f80
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
<input type="hidden" value="{$SORT_ORDER}" id="sortOrder">
<input type="hidden" value="{$RELATED_ENTIRES_COUNT}" id="noOfEntries">
<input type='hidden' value="{$PAGING->getPageLimit()}" id='pageLimit'>
<input type='hidden' value="{$PAGING->get('page')}" id='pageNumber'>
<input type="hidden" value="{$PAGING->isNextPageExists()}" id="nextPageExist"/>
<input type='hidden' value="{$TOTAL_ENTRIES}" id='totalCount'>
<input type='hidden' value="{$TAB_LABEL}" id='tab_label' name='tab_label'>
......
......@@ -128,7 +128,7 @@ jQuery.Class("Vtiger_RelatedList_Js",{
thisInstance.selectedRelatedTabElement.addClass('active');
container = jQuery('div.details');
container.html(responseData);
thisInstance.initializePaginationEvents();
thisInstance.initializePaginationEvents();
thisInstance.triggerRelationAdditionalActions();
app.event.trigger('post.relatedListLoad.click', container);
......
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