Skip to content
Snippets Groups Projects
Commit 7e96fee9 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #269 from yashodha/CRM-12231

CRM-12231
parents b1ab7766 e5ab073b
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