File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ public static function getCompanyAttributes(\go\modules\community\addressbook\mo
206
206
public static function getContactAttributes (Contact $ contact , $ tagPrefix = 'contact: ' , $ companyTagPrefix = 'company: ' ){
207
207
$ attributes [$ tagPrefix . 'salutation ' ] = $ contact ->getSalutation ();
208
208
$ attributes [$ tagPrefix . 'sirmadam ' ]=$ contact ->gender =="M " ? \GO ::t ('sir ' ) : \GO ::t ('madam ' );
209
-
209
+ $ attributes [$ tagPrefix . 'title ' ] = $ contact ->prefixes ;
210
+ $ attributes [$ tagPrefix . 'suffixes ' ] = $ contact ->suffixes ;
210
211
$ attributes [$ tagPrefix . 'first_name ' ] = $ contact ->firstName ;
211
212
$ attributes [$ tagPrefix . 'middle_name ' ] = $ contact ->middleName ;
212
213
$ attributes [$ tagPrefix . 'last_name ' ] = $ contact ->lastName ;
You can’t perform that action at this time.
0 commit comments