X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FForm%2FPledge.php;h=4fdba82a5bfe3c0d6579a7fdb3948f7e11b5baf2;hb=8f6e04e904288b3307b8bb63acb82fbbec25a4f8;hp=3e80eb7615da505ff7ff5a7ccaa28d868a4d1852;hpb=5fb7a5ef138c25f95a175c08fbba564689c473c2;p=civicrm-core.git diff --git a/CRM/Pledge/Form/Pledge.php b/CRM/Pledge/Form/Pledge.php index 3e80eb7615..4fdba82a5b 100644 --- a/CRM/Pledge/Form/Pledge.php +++ b/CRM/Pledge/Form/Pledge.php @@ -1,34 +1,18 @@ addEntityRef('contact_id', ts('Contact'), ['create' => TRUE, 'api' => ['extra' => ['email']]], TRUE); + $contactField = $this->addEntityRef('contact_id', ts('Pledge by'), ['create' => TRUE, 'api' => ['extra' => ['email']]], TRUE); if ($this->_context != 'standalone') { $contactField->freeze(); }