Skip to content

v0.71.46

Choose a tag to compare

@ulsklyc ulsklyc released this 15 Jun 16:40
· 49 commits to main since this release

Fixed

  • Editing an hourly housekeeping visit no longer fails with "daily_rate is required": saving changes to a visit billed by the hour (e.g. adjusting the hours worked) returned a 400 error because the update endpoint always demanded a daily rate, even though hourly visits submit minutes worked instead. The daily rate is now only required for daily-rate visits; hourly visits recompute the amount from the minutes worked.