Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Fixed incorrect label for ca_ala_general_assistance_countable_income_person variable.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ class ca_ala_general_assistance_countable_income_person(Variable):
entity = Person
unit = USD
definition_period = MONTH
label = "Eligible for Alameda County General Assistance based on age requirements"
label = (
"Alameda County General Assistance countable income for each person"
)
defined_for = "is_tax_unit_head_or_spouse"
reference = "https://www.alamedacountysocialservices.org/acssa-assets/PDF/GA-Policies/GA-Regulations.pdf#page=29"

Expand Down