Merge branch 'ent-7260-no-esta-funcionando-operaciones-masivas-agentes-edicion' into 'develop'

fixed error on bulk operations edit agents

See merge request artica/pandorafms!3995
This commit is contained in:
Daniel Rodriguez 2021-04-09 09:21:36 +00:00
commit 1fb259c35f
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ $id_os = 0;
$server_name = 0;
$description = '';
echo '<div id="form_agents" class="invisible">';
echo '<div id="form_agents" style="display:none">';
$table = new StdClass();
$table->width = '100%';