projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fb44a
)
Add ts() to getTitle
author
Agileware
<support@agileware.com.au>
Tue, 13 Jun 2017 21:18:52 +0000
(07:18 +1000)
committer
GitHub
<noreply@github.com>
Tue, 13 Jun 2017 21:18:52 +0000
(07:18 +1000)
CRM/Contribute/Form/ContributionBase.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/ContributionBase.php
b/CRM/Contribute/Form/ContributionBase.php
index 0cbf39f7d3d0381b4e8132cabb8d7ea97aa326a6..fe5b484c0d79bf8622de11bd0f5853a7bc2ca430 100644
(file)
--- a/
CRM/Contribute/Form/ContributionBase.php
+++ b/
CRM/Contribute/Form/ContributionBase.php
@@
-893,7
+893,7
@@
class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
}
}
- $form->assign('fieldSetTitle',
CRM_Core_BAO_UFGroup::getTitle($form->_values['onbehalf_profile_id']
));
+ $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) {