#11749 Fix agent count
This commit is contained in:
parent
1f722998e6
commit
80b60eb86f
|
@ -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