You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…sfully
- Fix#1853
- Couple of weeks back, invoices stuck in `sending` state due to insufficient memory at sidekiq
- And, we found this issue that timesheet entries were `billed`
- These timesheet entries must be marked as `billed` only when invoice
is in `sent` state
…sfully
- Fix#1853
- Couple of weeks back, invoices stuck in `sending` state due to insufficient memory at sidekiq
- And, we found this issue that timesheet entries were `billed`
- These timesheet entries must be marked as `billed` only when invoice
is in `sent` state
Description
Time entries are marked as billed when the invoice is stuck in the sending phase.
What is the expected behaviour?
If an invoice is stuck in "sending" state, the entries should not be marked as billed.
What is the current behaviour?
If an invoice is stuck in "sending" state, the entries are marked as billed.
How to reproduce the issue?
Screenshots or Screencast
Please provide any traces or logs that could help here.
Any possible solutions?
If the bug is confirmed, would you be willing to submit a PR?
The text was updated successfully, but these errors were encountered: