Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong sum when adding up time at the same article #4

Open
rmfalves opened this issue Jul 8, 2024 · 0 comments
Open

Wrong sum when adding up time at the same article #4

rmfalves opened this issue Jul 8, 2024 · 0 comments

Comments

@rmfalves
Copy link

rmfalves commented Jul 8, 2024

This bug happens when we successively assign different times to the same ticket article. For example, if we create an article with 20 min time assigned to it, and then go back and edit the ticket to assign plus 10 min, then instead of adding up 30 it computes an incorrect sum of 20 + 20 + 10 = 50 min.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant