aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api/hub/lignes.hub.erb
diff options
context:
space:
mode:
authorZakaria BOUZIANE2014-10-22 10:21:42 +0200
committerZakaria BOUZIANE2014-10-22 10:21:42 +0200
commitd89660fda67b2864330805cbd40b64e7b598c6e5 (patch)
tree892815bd4b12b60c5510246b5ef3f67febea975b /app/views/api/hub/lignes.hub.erb
parent1b58515640be1140fc3dde5fa00d0f32ee3b391a (diff)
downloadchouette-core-d89660fda67b2864330805cbd40b64e7b598c6e5.tar.bz2
HUB Export: Id mapping and CR LF addition
Diffstat (limited to 'app/views/api/hub/lignes.hub.erb')
-rw-r--r--app/views/api/hub/lignes.hub.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/hub/lignes.hub.erb b/app/views/api/hub/lignes.hub.erb
index 7fb7d24a8..312d45e1c 100644
--- a/app/views/api/hub/lignes.hub.erb
+++ b/app/views/api/hub/lignes.hub.erb
@@ -1 +1 @@
-<%= @line.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @line.objectid %>;<%= @line.number %>;<%= @line.name %>;<%= @line.registration_number %>;;<%= @ompany.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @ompany %>;<%= @network.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @network %>;<%= @group_of_line %>;<%= @line.id %>
+<%= @line.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @line.objectid %>;<%= @line.number %>;<%= @line.name %>;;;<%= @company.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @company %>;<%= @network.objectid.sub(/(\w*\:\w*\:)(\w*)/, '\2') if @network %>;<%= @group_of_line %>;<%= @line.id %><%= "\u000D\u000A" %> \ No newline at end of file