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
Its possible to add the same tax, multiple times, to a product. At the entity level this relation is modeled as a list, should'nt it be a set?
This leads to an incoherent state when issuing an invoice, GenericInvoiceEntryBuilderImpl.validateValues() @line314, with the tax amount being multiplied; Which is detected at GenericInvoiceBuilderImpl.validateValues() @line368.
The text was updated successfully, but these errors were encountered:
Its possible to add the same tax, multiple times, to a product. At the entity level this relation is modeled as a list, should'nt it be a set?
This leads to an incoherent state when issuing an invoice, GenericInvoiceEntryBuilderImpl.validateValues() @line314, with the tax amount being multiplied; Which is detected at GenericInvoiceBuilderImpl.validateValues() @line368.
The text was updated successfully, but these errors were encountered: