Rename registrar "directo_handle" to "accounting_customer_code"

#343
This commit is contained in:
Artur Beljajev 2017-10-25 18:33:11 +03:00
parent bdb1090a40
commit ff9372baea
5 changed files with 11 additions and 5 deletions

View file

@ -87,7 +87,7 @@ namespace :import do
street: x.street1.try(:strip),
zip: x.postalcode.try(:strip),
url: x.url.try(:strip),
directo_handle: x.directo_handle.try(:strip),
accounting_customer_code: x.directo_handle.try(:strip),
vat: x.vat,
legacy_id: x.id,
creator_str: user,