Skip to content
Snippets Groups Projects
Commit e92f006e authored by Edselopez's avatar Edselopez
Browse files

CRM-12664 --Fix for Grant Delete notification

parent d3886a6c
Branches
Tags
No related merge requests found
......@@ -88,11 +88,8 @@ class CRM_Grant_Form_Task_Delete extends CRM_Grant_Form_Task {
}
}
$status = array(
ts('Deleted Grant(s): %1', array(1 => $deletedGrants)),
ts('Total Selected Grant(s): %1', array(1 => count($this->_grantIds))),
);
CRM_Core_Session::setStatus($status);
CRM_Core_Session::setStatus(ts('Deleted Grant(s): %1', array(1 => $deletedGrants)), '', 'info');
CRM_Core_Session::setStatus(ts('Total Selected Grant(s): %1', array(1 => count($this->_grantIds))), '', 'info');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment