Merge branch 'ent-10981-aparecen-campos-tcp-send-receive-en-todos-los-modulos-de-red' into 'develop'

Ent 10981 aparecen campos tcp send receive en todos los modulos de red

See merge request artica/pandorafms!5762
This commit is contained in:
Matias Didier 2023-04-24 10:57:45 +00:00
commit fffd6fc825
1 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@ push_table_simple($data, 'tcp_send_receive');
if ($id_module_type < 8 || $id_module_type > 11) {
// NOT TCP.
$table_simple->rowstyle['tcp_send'] = 'display: none;';
$table_simple->rowstyle['tcp_receive'] = 'display: none;';
$table_simple->rowstyle['caption_tcp_send_receive'] = 'display: none;';
$table_simple->rowstyle['tcp_send_receive'] = 'display: none;';
}
if ($id_module_type < 15 || $id_module_type > 18) {