#11749 Fix agent count

This commit is contained in:
miguel angel rasteu 2023-07-20 08:43:51 +02:00
parent 1f722998e6
commit 80b60eb86f
2 changed files with 4 additions and 0 deletions

View File

@ -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(

View File

@ -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(