fixed error SQL

This commit is contained in:
Daniel Barbero Martin 2019-07-15 11:58:27 +02:00
parent 7a8413154f
commit 56ddf0700e
1 changed files with 2 additions and 1 deletions

View File

@ -243,9 +243,10 @@ if (empty($export_btn) || $show_form) {
false
);
// Agent selector
// Agent selector.
$table->data[1][0] = '<b>'.__('Source agent').'</b>';
$filter = [];
if ($group > 0) {
$filter['id_grupo'] = (array) $group;
} else {