Submit social housing lettings and sales data (CORE)
 
 
 
 

5 lines
119 B

module DerivedVariables::SalesLogVariables
def set_derived_fields!
self.ethnic = 17 if ethnic_refused?
end
end