minor fix

This commit is contained in:
alejandro.campos@artica.es 2023-09-05 13:45:02 +02:00
parent 4b5bc0ea05
commit c21fba3aec
1 changed files with 1 additions and 1 deletions

View File

@ -1333,7 +1333,7 @@ if (is_ajax()) {
$inventory_id_agent = get_parameter('id_agent');
$id_node = (int) get_parameter('id_node');
$sql = 'SELECT `name`
$sql = 'SELECT DISTINCT(`name`)
FROM tmodule_inventory, tagent_module_inventory
WHERE tmodule_inventory.id_module_inventory = tagent_module_inventory.id_module_inventory';