public
Description: OneBody is web-based software that connects community members, especially churches, on the web.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
Remove family.mail_group from Coms connector.
Tim Morgan (author)
Tue Aug 19 22:12:14 -0700 2008
commit  216eb1ee1ad6bf2cf17e56071297f16023d3f7e7
tree    3a14e35acc6de2eb9b96d8253b43ce31d641dd71
parent  b6b0fdb1617e47ba251e4342878f01895d865fea
...
144
145
146
147
148
 
149
150
151
...
144
145
146
 
 
147
148
149
150
0
@@ -144,8 +144,7 @@ class ComsConnector < ExternalDataConnector
0
             :state => family_postal_record ? family_postal_record.state : nil,
0
             :zip => family_postal_record ? family_postal_record.zip.to_s[0..9] : nil,
0
             :home_phone => get_phone('HOMEPHONE', nil, 'UNLISTED', [family_phone_record]),
0
-            :email => (e = record.internet.to_s.strip.downcase).any? ? e : nil,
0
-            :mail_group => record.mailpick == '(None)' ? nil : record.mailpick
0
+            :email => (e = record.internet.to_s.strip.downcase).any? ? e : nil
0
           })
0
         end
0
         index += 1

Comments