lib/osm/member.rb in osm-0.1.13 vs lib/osm/member.rb in osm-0.1.14
- old
+ new
@@ -198,10 +198,10 @@
:custom6 => item['custom6'],
:custom7 => item['custom7'],
:custom8 => item['custom8'],
:custom9 => item['custom9'],
:grouping_id => Osm::to_i_or_nil(item['patrolid']),
- :grouping_name => Osm::to_i_or_nil(item['patrol']),
+ :grouping_name => item['patrol'],
:grouping_leader => Osm::to_i_or_nil(item['patrolleader']),
:joined => Osm::parse_date(item['joined']),
:age => item['age'].gsub(' ', ''),
:joined_years => item['yrs'].to_i,
)