diff --git a/ActiveSync/NGVCard+ActiveSync.m b/ActiveSync/NGVCard+ActiveSync.m index aad47f9062..8b144dab6b 100644 --- a/ActiveSync/NGVCard+ActiveSync.m +++ b/ActiveSync/NGVCard+ActiveSync.m @@ -109,6 +109,9 @@ - (NSString *) activeSyncRepresentationInContext: (WOContext *) context if ((o = [n flattenedValueAtIndex: 4 forKey: @""])) [s appendFormat: @"%@", [o activeSyncRepresentationInContext: context]]; + if ((o = [self fn])) + [s appendFormat: @"%@", [o activeSyncRepresentationInContext: context]]; + if ((o = [self workCompany])) [s appendFormat: @"%@", [o activeSyncRepresentationInContext: context]];