Changed url - #2917

This commit is contained in:
tatiana.llorente@artica.es 2018-10-18 16:34:03 +02:00
parent d23e47dd9d
commit f96c626823

View File

@ -78,10 +78,13 @@ if ($group_rep == 2) {
$table->head[1] = __('Agent');
$table->head[5] = __('More detail');
$url = html_print_sort_arrows(
array_merge($params, array('sort_field' => 'status')),
'sort'
);
//$url = html_print_sort_arrows(
// array_merge($params, array('sort_field' => 'status')),
// 'sort'
//);
$params_sort_field_status = array_merge($params, array('sort_field' => 'status'));
$url = "index.php?" . http_build_query($params_sort_field_status, '', '&');
foreach ($result as $key => $res) {