Skip to content
Snippets Groups Projects
Commit e5ab073b authored by yashodha's avatar yashodha
Browse files

CRM-12231

parent b1ab7766
Branches
Tags
No related merge requests found
......@@ -1719,7 +1719,7 @@ LEFT JOIN civicrm_contribution contribution ON ( componentPayment.contribution_
//updating the membership log
$membershipLog = array();
$membershipLog = $formatedParams;
$logStartDate = CRM_Utils_Date::customFormat($dates['log_start_date'], $format);
$logStartDate = CRM_Utils_Date::customFormat(CRM_Utils_Array::value('log_start_date', $dates), $format);
$logStartDate = ($logStartDate) ? CRM_Utils_Date::isoToMysql($logStartDate) : $formatedParams['start_date'];
$membershipLog['start_date'] = $logStartDate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment