mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +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';
|
||||
$table_element = 'c_email_senderprofile';
|
||||
$subelement = '';
|
||||
} elseif ($objectType == 'conferenceorboothattendee') {
|
||||
} elseif ($elementType == 'conferenceorboothattendee') {
|
||||
$classpath = 'eventorganization/class';
|
||||
$classfile = 'conferenceorboothattendee';
|
||||
$classname = 'ConferenceOrBoothAttendee';
|
||||
$module = 'eventorganization';
|
||||
} elseif ($objectType == 'conferenceorbooth') {
|
||||
} elseif ($elementType == 'conferenceorbooth') {
|
||||
$classpath = 'eventorganization/class';
|
||||
$classfile = 'conferenceorbooth';
|
||||
$classname = 'ConferenceOrBooth';
|
||||
|
||||
Reference in New Issue
Block a user