Merge branch 'ent-4370-Export_data_SQL_ERROR' into 'develop'
fixed error SQL See merge request artica/pandorafms!2602
This commit is contained in:
commit
59b8b9a8bb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue