Skip to content

Commit

Permalink
Fix additional issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Purohit committed Apr 6, 2017
1 parent dc6c330 commit d08be6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CRM/Admin/Form/ScheduleReminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ public function parseActionSchedule($values) {
$params['absolute_date'] = 'null';
}
foreach ($moreKeys as $mkey) {
if ($params['absolute_date'] != 'null' && CRM_Utils_String::startsWith($mkey, 'start_action')) {
continue;
}
$params[$mkey] = CRM_Utils_Array::value($mkey, $values);
}

Expand Down

0 comments on commit d08be6f

Please sign in to comment.