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

RG-103 status was accidently changed by me

parent f4afd4b8
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ class CRM_Grant_Form_GrantProgramView extends CRM_Core_Form {
public function allocate() {
$grantStatus = CRM_Core_OptionGroup::values('grant_status', TRUE);
$params = array(
'status_id' => $grantStatus['Approved'],
'status_id' => $grantStatus['Eligible'],
'grant_program_id' => $_POST['pid'],
'amount_granted' => 'NULL',
'assessment' => 'NOT NULL',
......
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