Closed dominikager closed 3 years ago
currently you have to set the net price in a invoice item but i want to set the gross price, to prevent a round error. Thx
you can use subTotalPrice(float) on invoice item to override gross price
actually it was designed for that purpose if you want to apply different rounding conditions
currently you have to set the net price in a invoice item but i want to set the gross price, to prevent a round error. Thx