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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: