diff options
| author | Zog | 2018-01-31 14:34:48 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:04:59 -0800 | 
| commit | 32bb2b43d463a071164a8e87a3e995f6ddceb17e (patch) | |
| tree | 2385411bfac0f16815df00e10c8056a6a77b9b1b | |
| parent | 9f583abe27b77e4a5af5e5428329a91c929f3254 (diff) | |
| download | chouette-core-32bb2b43d463a071164a8e87a3e995f6ddceb17e.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', | 
