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:
70dd449
)
Additional QA Fixes
author
atif-shaikh
<shaikh388@gmail.com>
Thu, 26 Jun 2014 15:12:31 +0000
(20:42 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Thu, 26 Jun 2014 15:12:31 +0000
(20:42 +0530)
CRM/Core/BAO/CustomGroup.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/CustomGroup.php
b/CRM/Core/BAO/CustomGroup.php
index a8325dc39ac629bd3171cfe283709e58fff4f17b..225d0ceb0941229abf8add7b21498de3f0cc4293 100644
(file)
--- a/
CRM/Core/BAO/CustomGroup.php
+++ b/
CRM/Core/BAO/CustomGroup.php
@@
-1207,7
+1207,9
@@
ORDER BY civicrm_custom_group.weight,
}
$fieldId = $field['id'];
- $elementName = $field['element_name'];
+ if (!empty($field['element_name'])) {
+ $elementName = $field['element_name'];
+ }
switch ($field['html_type']) {
case 'Multi-Select':
case 'AdvMulti-Select':