Change to the new address, add space between company and name

This commit is contained in:
Holger Hans Peter Freyther 2015-06-23 17:14:07 +02:00 committed by Holger Freyther
parent 87cf699696
commit 9fbc21d25a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
SEND_NAME1,SEND_NAME2,SEND_STREET,SEND_HOUSENUMBER,SEND_PLZ,SEND_CITY,SEND_COUNTRY,RECV_NAME1,RECV_NAME2,RECV_STREET,RECV_HOUSENUMBER,RECV_PLZ,RECV_CITY,RECV_COUNTRY,PRODUCT,COUPON
"sysmocom - s.f.m.c GmbH","Holger Freyther","Schivelbeinerstr.","5","10439","Berlin","DEU","<% if not @shipment.address.company.nil? and not @shipment.address.company.empty? %><%= @shipment.address.company %><% end %><%= @shipment.address.firstname %> <%= @shipment.address.lastname %>","<%= @shipment.address.address2 %>","<%= @shipment.address.address1 %>","","<%= @shipment.address.zipcode %>","<%= @shipment.address.city %>","<%= @shipment.address.country.iso3 %>","",""
"sysmocom - s.f.m.c GmbH","Holger Freyther","Alt-Moabit","93","10559","Berlin","DEU","<% if not @shipment.address.company.nil? and not @shipment.address.company.empty? %><%= @shipment.address.company %> <% end %><%= @shipment.address.firstname %> <%= @shipment.address.lastname %>","<%= @shipment.address.address2 %>","<%= @shipment.address.address1 %>","","<%= @shipment.address.zipcode %>","<%= @shipment.address.city %>","<%= @shipment.address.country.iso3 %>","",""