Submit social housing lettings and sales data (CORE)
 
 
 
 

6 lines
92 B

module Constants::Organisation
ORG_TYPE = {
"LA" => 1,
"PRP" => 2,
}.freeze
end