|
|
|
@ -201,7 +201,7 @@ module Exports
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
attribute_hash["log_id"] = lettings_log.id |
|
|
|
|
attribute_hash["assigned_to"] = lettings_log.assigned_to&.email |
|
|
|
|
attribute_hash["created_by"] = lettings_log.created_by&.email |
|
|
|
|
attribute_hash["amended_by"] = lettings_log.updated_by&.email |
|
|
|
|
|
|
|
|
|
attribute_hash["la"] = lettings_log.la |
|
|
|
@ -231,7 +231,7 @@ module Exports
|
|
|
|
|
attribute_hash["renttype_detail"] = LettingsLog::RENTTYPE_DETAIL_MAPPING[lettings_log.rent_type] if lettings_log.rent_type.present? |
|
|
|
|
|
|
|
|
|
# field to be added in future |
|
|
|
|
attribute_hash["assigned_to"] = nil |
|
|
|
|
attribute_hash["assigned_to"] = lettings_log.assigned_to&.email |
|
|
|
|
|
|
|
|
|
attribute_hash |
|
|
|
|
end |
|
|
|
|