Skip to content
  • Jacques Le Roux's avatar
    Fixed: Bug when order contains adjustments with NULL amount · 8d3d2149
    Jacques Le Roux authored
    (OFBIZ-11316)
    
    The issue was introduced by OFBIZ-7012 where adding isTaxIncludedInPrice was
    missing at line 565. Because the compared amount in this line (in the adjustment)
    is different from 0 and equals to amountAlreadyIncluded only if
    the tax is included in price
    
    Thanks: Amine Azzi
    8d3d2149