mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 06:24:48 +00:00
When the `tax-per-item` is enabled and also has a tax added, during the item creation, the price + tax returns an amount as float making the database fail. To fix this was necessary to round the result.