Skip to content

Commit

Permalink
capitalize the row index
Browse files Browse the repository at this point in the history
Co-authored-by: Quinten Steenhuis <[email protected]>
  • Loading branch information
BryceStevenWilley and nonprofittechy committed Dec 14, 2023
1 parent feee83f commit 107ccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/ALToolbox/data/questions/al_income.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ table: x.table
rows: x
columns:
- Type: |
str(row_index).replace("_", " ").lower()
str(row_index).replace("_", " ").lower().capitalize()
- Amount: |
'$0' if hasattr(row_item, 'exists') and not row_item.exists else currency(row_item.value)
edit:
Expand Down

0 comments on commit 107ccc4

Please sign in to comment.