Skip to content
Snippets Groups Projects
Commit 169607a9 authored by Mayur Jadhav's avatar Mayur Jadhav
Browse files

Worked on RG-142

parent 1eefd7b9
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,9 @@ WHERE civicrm_contact.id = $id ";
if ($grantStatus == 'Awaiting Information') {
$explode = explode(' ', $grantStatus);
$valueName = strtolower($explode[0]) . '_info';
}
elseif (strstr($grantStatus, 'Approved')) {
$valueName = strtolower('Approved');
}
$sendTemplateParams = array(
'groupName' => 'msg_tpl_workflow_grant',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment