diff options
| author | Zog | 2018-01-31 14:34:48 +0100 | 
|---|---|---|
| committer | Zog | 2018-01-31 14:34:59 +0100 | 
| commit | e91ce59d625734a0936a434b9e45fb2c48f0a5f8 (patch) | |
| tree | 2a6527a0bf5add68665c1ba073e3c55f400cecde | |
| parent | 8d2093da6ca84282b4805f3e026a76181fe8d42b (diff) | |
| download | chouette-core-e91ce59d625734a0936a434b9e45fb2c48f0a5f8.tar.bz2 | |
Fix Reflex import
| -rw-r--r-- | lib/stif/reflex_synchronization.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb index 39a92bd1f..7570e4c49 100644 --- a/lib/stif/reflex_synchronization.rb +++ b/lib/stif/reflex_synchronization.rb @@ -151,6 +151,7 @@ module Stif        def create_or_update_stop_area entry          stop = Chouette::StopArea.find_or_create_by(objectid: entry['id'], stop_area_referential: self.defaut_referential ) +        stop.kind = :commercial          stop.deleted_at            = nil          {            :comment        => 'Description', | 
