Add default nil value for numero_tva_intracommunautaire
This commit is contained in:
parent
729167b954
commit
76aa7bdfe3
2 changed files with 8 additions and 5 deletions
|
@ -5,8 +5,8 @@ class Entreprise < Hashie::Dash
|
|||
|
||||
property :etablissement
|
||||
property :siren
|
||||
property :capital_social
|
||||
property :numero_tva_intracommunautaire
|
||||
property :capital_social, default: nil
|
||||
property :numero_tva_intracommunautaire, default: nil
|
||||
property :forme_juridique, default: nil
|
||||
property :forme_juridique_code, default: nil
|
||||
property :nom_commercial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue