Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0

This commit is contained in:
Laurent Destailleur (aka Eldy)
2024-12-19 17:50:34 +01:00

View File

@@ -4088,7 +4088,11 @@ abstract class CommonObject
$module = 'adherent';
} elseif ($objecttype == 'contact') {
$module = 'societe';
} elseif ($objecttype == 'action') {
$module = 'agenda';
$subelement = 'actionComm';
}
// Set classfile
$classfile = strtolower($subelement);
$classname = ucfirst($subelement);