@@ -102,6 +102,7 @@ class CRM_Grant_Form_Task_Reprint extends CRM_Grant_Form_PaymentTask
$reprinted=count($this->_grantPaymentIds);
$stopped=$selectedPayments-$reprinted;
if(count($this->_grantPaymentIds)){
$this->assign('payments',1);
CRM_Core_Session::setStatus(ts($stopped.' of the '.$selectedPayments.' selected grant payments have already been stopped. '.count($this->_grantPaymentIds).' of the '.count($this->_grantPaymentIds).' selected grant payments are printed or reprinted.'),NULL,'no-popup');