|
|
|
|
@ -62,6 +62,9 @@ module Exports
|
|
|
|
|
attribute_hash["dsa_signed"] = organisation.data_protection_confirmed? |
|
|
|
|
attribute_hash["dsa_signed_at"] = organisation.data_protection_confirmation&.signed_at |
|
|
|
|
attribute_hash["dpo_email"] = organisation.data_protection_confirmation&.data_protection_officer_email |
|
|
|
|
attribute_hash["provider_type"] = organisation.provider_type_before_type_cast |
|
|
|
|
attribute_hash["profit_status"] = nil # will need update when we add the field to the org |
|
|
|
|
attribute_hash["group"] = nil # will need update when we add the field to the org |
|
|
|
|
|
|
|
|
|
attribute_hash |
|
|
|
|
end |
|
|
|
|
|