|
|
|
@ -407,7 +407,7 @@ private |
|
|
|
attributes["waityear"] = field_67 |
|
|
|
attributes["waityear"] = field_67 |
|
|
|
attributes["reason"] = field_52 |
|
|
|
attributes["reason"] = field_52 |
|
|
|
attributes["prevten"] = field_61 |
|
|
|
attributes["prevten"] = field_61 |
|
|
|
attributes["homeless"] = field_68 |
|
|
|
attributes["homeless"] = homeless |
|
|
|
|
|
|
|
|
|
|
|
attributes["ppcodenk"] = field_65 |
|
|
|
attributes["ppcodenk"] = field_65 |
|
|
|
attributes["ppostcode_full"] = ppostcode_full |
|
|
|
attributes["ppostcode_full"] = ppostcode_full |
|
|
|
@ -441,6 +441,15 @@ private |
|
|
|
attributes |
|
|
|
attributes |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def homeless |
|
|
|
|
|
|
|
case field_68 |
|
|
|
|
|
|
|
when 1 |
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
when 12 |
|
|
|
|
|
|
|
11 |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def renewal |
|
|
|
def renewal |
|
|
|
case field_134 |
|
|
|
case field_134 |
|
|
|
when 1 |
|
|
|
when 1 |
|
|
|
|