N°1385 : Bare relation tabs on FunctionCI now correctly display item count according to user obsolescence preferences.

SVN:trunk[5769]
This commit is contained in:
Stephen Abello
2018-05-04 09:52:47 +00:00
parent 1c255213e1
commit 1dccc54814

View File

@@ -1659,6 +1659,7 @@
$aSearches[$sSubClass] = $oSearch;
$oSet = new DBObjectSet($oSearch);
$oSet->SetShowObsoleteData(utils::ShowObsoleteData());
$iTotal += $oSet->Count();
}
}