mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #16511 from FHenry/13.0
fix #16510 (missing ($this->) in previous PR
This commit is contained in:
@@ -6988,7 +6988,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";
|
||||
|
||||
Reference in New Issue
Block a user