mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
Update functions.lib.php
This commit is contained in:
committed by
GitHub
parent
53c3406d11
commit
cc6fbef64d
@@ -12296,12 +12296,12 @@ function getElementProperties($elementType)
|
|||||||
$classname = 'EmailSenderProfile';
|
$classname = 'EmailSenderProfile';
|
||||||
$table_element = 'c_email_senderprofile';
|
$table_element = 'c_email_senderprofile';
|
||||||
$subelement = '';
|
$subelement = '';
|
||||||
} elseif ($objectType == 'conferenceorboothattendee') {
|
} elseif ($elementType == 'conferenceorboothattendee') {
|
||||||
$classpath = 'eventorganization/class';
|
$classpath = 'eventorganization/class';
|
||||||
$classfile = 'conferenceorboothattendee';
|
$classfile = 'conferenceorboothattendee';
|
||||||
$classname = 'ConferenceOrBoothAttendee';
|
$classname = 'ConferenceOrBoothAttendee';
|
||||||
$module = 'eventorganization';
|
$module = 'eventorganization';
|
||||||
} elseif ($objectType == 'conferenceorbooth') {
|
} elseif ($elementType == 'conferenceorbooth') {
|
||||||
$classpath = 'eventorganization/class';
|
$classpath = 'eventorganization/class';
|
||||||
$classfile = 'conferenceorbooth';
|
$classfile = 'conferenceorbooth';
|
||||||
$classname = 'ConferenceOrBooth';
|
$classname = 'ConferenceOrBooth';
|
||||||
|
|||||||
Reference in New Issue
Block a user