Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.3
-
Fix Version/s: 3.3.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
Exporting a contact with custom addressee, postal_greeting or email_greeting will export blank in these fields.
/CRM/Export/BAO/Export.php checks @662 and @693 that the field value returned is set before executing code to substitute the field contents with addressee_display, postal_greeting_display or email_greeting_display respectively. This condition can never be satisfied.
Fix: move substitution code out one level per attached diff.