Merge branch 'ent-11749-15964-conteo-de-agentes-no-aparece-en-v772' into 'develop'
Ent 11749 15964 conteo de agentes no aparece en v772 See merge request artica/pandorafms!6266
This commit is contained in:
commit
fec85ce8e7
|
@ -996,6 +996,8 @@ if ($agents !== false) {
|
|||
$tableAgents->data[$key][6] = $actionButtonsColumn;
|
||||
}
|
||||
|
||||
$total_items = '<div class="total_pages">'.sprintf(__('Total items: %s'), $total_agents).'</div>';
|
||||
echo $total_items;
|
||||
html_print_table($tableAgents);
|
||||
|
||||
$tablePagination = ui_pagination(
|
||||
|
|
|
@ -1310,6 +1310,8 @@ if (empty($tableAgents->data) === false) {
|
|||
);
|
||||
}
|
||||
|
||||
$total_items = '<div class="total_pages">'.sprintf(__('Total items: %s'), $total_agents).'</div>';
|
||||
echo $total_items;
|
||||
html_print_table($tableAgents);
|
||||
|
||||
$tablePagination = ui_pagination(
|
||||
|
|
Loading…
Reference in New Issue