fixed error SQL

This commit is contained in:
Daniel Barbero Martin 2019-07-15 11:58:27 +02:00
parent 7a8413154f
commit 56ddf0700e

View File

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