Skip to content

Commit

Permalink
Merge pull request #10499 from agileware/CRM-20718
Browse files Browse the repository at this point in the history
CRM-20718 CIVICRM-125 Use the "On behalf of" profile title...
  • Loading branch information
eileenmcnaughton authored Jun 15, 2017
2 parents 3c3f4a7 + 8bf67b7 commit 6e190b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/ContributionBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ public function buildComponentForm($id, $form) {
}
}

$form->assign('fieldSetTitle', ts('Organization Details'));
$form->assign('fieldSetTitle', ts(CRM_Core_BAO_UFGroup::getTitle($form->_values['onbehalf_profile_id'])));

if (CRM_Utils_Array::value('is_for_organization', $form->_values)) {
if ($form->_values['is_for_organization'] == 2) {
Expand Down

0 comments on commit 6e190b5

Please sign in to comment.