Merge branch 'ent-4370-Export_data_SQL_ERROR' into 'develop'

fixed error SQL

See merge request artica/pandorafms!2602
This commit is contained in:
Alejandro Fraguas 2019-07-15 17:35:41 +02:00
commit 59b8b9a8bb
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 {