BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications. - Was add the opcion Days/hours for creating events.
This commit is contained in:
@@ -108,7 +108,7 @@ class Event extends BaseEvent {
|
||||
if (isset($aData['EVN_RELATED_TO'])) {
|
||||
$oEvent->setEvnRelatedTo( $aData['EVN_RELATED_TO'] );
|
||||
if ( $aData['EVN_RELATED_TO'] == 'SINGLE' ) {
|
||||
if isset($aData['TAS_UID'])) {
|
||||
if (isset($aData['TAS_UID'])) {
|
||||
$oEvent->setTasUid( $aData['TAS_UID'] );
|
||||
}
|
||||
$oEvent->setEvnTasUidTo( '');
|
||||
|
||||
Reference in New Issue
Block a user