Skip to content
Snippets Groups Projects
Commit 11a8fcf8 authored by lobo's avatar lobo
Browse files

Merge pull request #805 from Edzelopez/CRM-12664

CRM-12664 --Fix for Grant Delete notification
parents d3886a6c e92f006e
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