diff --git a/back/backend/policy.py b/back/backend/policy.py index 7af3281..1628b57 100644 --- a/back/backend/policy.py +++ b/back/backend/policy.py @@ -128,7 +128,7 @@ per_diem_section = Section( html_description="

Enter info about meals and incidentals here.\nPer diem rates can be found at " "this link

", fields={ - "duration": {"label": "How many days was your trip?", "field_type": "decimal"}, + "duration": {"label": "How many days was your trip?", "field_type": "integer"}, "rate": {"label": "What is the per diem rate for your destination?", "field_type": "decimal"}, "cost": {"label": "Total Cost for meals and incidentals", "field_type": "decimal"} }