Skip to content

Commit a907e22

Browse files
Merge pull request #1662 from OCSInventory-NG/fix-ipd-per-tag
fix(ipd): fix ipd listing if tag option is enabled
2 parents 0916367 + f95e978 commit a907e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/main_sections/ms_ipdiscover/ms_ipdiscover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
$arg = mysql2_prepare($sql, $arg_sql, $array_rsx);
124124

125125
# IPDISCOVER devices
126-
$arg['SQL'] .= " GROUP BY netid
126+
$arg['SQL'] .= " GROUP BY $groupby3
127127
) base_query
128128
LEFT JOIN (
129129
SELECT

0 commit comments

Comments
 (0)