mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
This commit is contained in:
@@ -4088,7 +4088,11 @@ abstract class CommonObject
|
|||||||
$module = 'adherent';
|
$module = 'adherent';
|
||||||
} elseif ($objecttype == 'contact') {
|
} elseif ($objecttype == 'contact') {
|
||||||
$module = 'societe';
|
$module = 'societe';
|
||||||
|
} elseif ($objecttype == 'action') {
|
||||||
|
$module = 'agenda';
|
||||||
|
$subelement = 'actionComm';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set classfile
|
// Set classfile
|
||||||
$classfile = strtolower($subelement);
|
$classfile = strtolower($subelement);
|
||||||
$classname = ucfirst($subelement);
|
$classname = ucfirst($subelement);
|
||||||
|
|||||||
Reference in New Issue
Block a user