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:
bc268dc
)
Fix fatal error on dedupe screen
author
jitendrapurohit
<jitendra@fuzion.co.nz>
Mon, 23 Aug 2021 12:29:20 +0000
(17:59 +0530)
committer
jitendrapurohit
<jitendra@fuzion.co.nz>
Mon, 23 Aug 2021 12:29:20 +0000
(17:59 +0530)
CRM/Contact/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/AJAX.php
b/CRM/Contact/Page/AJAX.php
index d2de1806a499fc19ddc9744abbf542ab9d241419..86dd300d90d6331b0bbbaeec1fd623ef1f0f38b4 100644
(file)
--- a/
CRM/Contact/Page/AJAX.php
+++ b/
CRM/Contact/Page/AJAX.php
@@
-578,8
+578,8
@@
LIMIT {$offset}, {$rowCount}
'src_email' => 'ce2.email',
'dst_postcode' => 'ca1.postal_code',
'src_postcode' => 'ca2.postal_code',
- 'dst_street' => 'ca1.street',
- 'src_street' => 'ca2.street',
+ 'dst_street' => 'ca1.street
_address
',
+ 'src_street' => 'ca2.street
_address
',
];
foreach ($mappings as $key => $dbName) {