diff options
| author | Zakaria BOUZIANE | 2014-12-15 10:05:03 +0100 | 
|---|---|---|
| committer | Zakaria BOUZIANE | 2014-12-15 10:05:03 +0100 | 
| commit | d1661c9504876812d64ba3b8182612737f04900c (patch) | |
| tree | 8c039be6f6b8c5007f9139a3f148fdd2afe22435 /app/views/api | |
| parent | e9bf29aeaeeaa6bd098723d71fae80e5158fe60a (diff) | |
| download | chouette-core-d1661c9504876812d64ba3b8182612737f04900c.tar.bz2 | |
HUB Export: calendars export refinement
Diffstat (limited to 'app/views/api')
| -rw-r--r-- | app/views/api/hub/periodes.hub.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/api/hub/periodes.hub.erb b/app/views/api/hub/periodes.hub.erb index 0eefda438..64737c17d 100644 --- a/app/views/api/hub/periodes.hub.erb +++ b/app/views/api/hub/periodes.hub.erb @@ -1 +1 @@ -<%= Chouette::TimeTable.find(@time_table.id).objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') %>;<%= @time_table.comment.encode(Encoding::Windows_1252) if @time_table.comment %>;<%= @time_table.start_date.strftime("%d/%m/%Y") %>;<%= @time_table.end_date.strftime("%d/%m/%Y") %>;<%= @calendar %>;<%= @identifier %><%= "\u000D\u000A" %>
\ No newline at end of file +<%= @code %>;<%= @comment %>;<%= @start_date %>;<%= @end_date %>;<%= @calendar %>;<%= @identifier %><%= "\u000D\u000A" %>
\ No newline at end of file | 
