FIX select list dependancies on common object (FIX #16510)

This commit is contained in:
lvessiller 2021-03-02 17:21:55 +01:00
parent c81d5ff4d0
commit 66ad8fbb24

View File

@ -7501,7 +7501,7 @@ abstract class CommonObject
$out .= "\n";
// Add code to manage list depending on others
if (!empty($conf->use_javascript_ajax)) {
$out .= getJSListDependancies();
$out .= $this->getJSListDependancies();
}
$out .= '<!-- /showOptionals --> '."\n";