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:
c4f5ec9
)
CRM-18413 Fix section is not set up as opened
author
scardinius
<scardinius@chords.pl>
Thu, 14 Apr 2016 10:27:48 +0000
(12:27 +0200)
committer
scardinius
<scardinius@chords.pl>
Thu, 14 Apr 2016 10:27:48 +0000
(12:27 +0200)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index 8b414c3b7331abba365c512efb671bfe468d7673..d0c25c75175bd5e6687573ed24154c0b0cc1bf94 100644
(file)
--- a/
CRM/Contact/BAO/Query.php
+++ b/
CRM/Contact/BAO/Query.php
@@
-5457,7
+5457,7
@@
SELECT COUNT( conts.total_amount ) as cancel_count,
ts('Address Fields') => 'civicrm_address',
ts('Notes') => 'civicrm_note',
ts('Change Log') => 'civicrm_log',
- ts('Mailings') => 'civicrm_mailing
_event_queue
',
+ ts('Mailings') => 'civicrm_mailing',
);
CRM_Contact_BAO_Query_Hook::singleton()->getPanesMapper($panesMapper);