CRM-13863 - Get rid of double title for forms that use popups
[civicrm-core.git] / CRM / Grant / Form / GrantView.php
index 859343647aadb5edbf100c8d26328a6093815f72..1b0fc3b7972533b819e95c79517376e65880a00d 100644 (file)
@@ -117,6 +117,8 @@ class CRM_Grant_Form_GrantView extends CRM_Core_Form {
     CRM_Core_BAO_CustomGroup::buildCustomDataView($this, $groupTree);
 
     $this->assign('id', $this->_id);
+
+    $this->setPageTitle(ts('Grant'));
   }
 
   /**