RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
263 stars 75 forks source link

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

Open rmfalves opened 4 months ago

rmfalves commented 4 months ago

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.