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:
20a0376
)
CIVICRM-1732 Fix case sensitive parameter for call to getCustomFieldTokens
author
Justin Freeman
<justin@agileware.com.au>
Sat, 8 May 2021 01:48:48 +0000
(11:48 +1000)
committer
Justin Freeman
<justin@agileware.com.au>
Mon, 10 May 2021 04:25:38 +0000
(14:25 +1000)
CRM/Core/SelectValues.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/SelectValues.php
b/CRM/Core/SelectValues.php
index 69866466fb7b1b9fc903ceb9331d01fadc8181e8..327efe906908d0c8f8f3701a2f5486a386a6c926 100644
(file)
--- a/
CRM/Core/SelectValues.php
+++ b/
CRM/Core/SelectValues.php
@@
-587,7
+587,7
@@
class CRM_Core_SelectValues {
//'{contribution.address_id}' => ts('Address ID'),
'{contribution.check_number}' => ts('Check Number'),
'{contribution.campaign}' => ts('Contribution Campaign'),
- ], CRM_Utils_Token::getCustomFieldTokens('
c
ontribution', TRUE));
+ ], CRM_Utils_Token::getCustomFieldTokens('
C
ontribution', TRUE));
}
/**