self::$_parentEntityId = self::$_entityId;\r
self::$_scheduleReminderDetails = CRM_Core_BAO_RecurringEntity::getReminderDetailsByEntityId(self::$_entityId, $entityTable);\r
}\r
- self::$_scheduleReminderID = self::$_scheduleReminderDetails->id;\r
+ if (property_exists(self::$_scheduleReminderDetails, 'id')) {\r
+ self::$_scheduleReminderID = self::$_scheduleReminderDetails->id;\r
+ }\r
}\r
if ($entityTable) {\r
CRM_Core_OptionValue::getValues(array('name' => $entityTable.'_repeat_exclude_dates_'.self::$_parentEntityId), $optionValue);\r
{htxt id="id-exclude-date"}
{ts}
Add dates here, if you don't want to repeat your {$params.entityType|lower} on those dates.
- This list enables you to skip days.<br/>
- Example: Public holidays
+ This field enables you to alter certain sessions, skip holidays, or create gaps in the sequence for other reasons.<br/>
{/ts}
{/htxt}
\ No newline at end of file