Added registrar code

This commit is contained in:
Priit Tark 2015-05-04 12:35:42 +03:00
parent 85efa5eb28
commit 8b22c58eec
7 changed files with 28 additions and 5 deletions

View file

@ -86,7 +86,8 @@ namespace :import do
vat: x.vat,
legacy_id: x.id,
creator_str: user,
updator_str: user
updator_str: user,
code: x.handle.upcase
})
end