At the moment the price breaks based on bulk discount read as 1+, 5+ 10+ etc.
It would read much clearer if it could read in bands related to the quantity listed in Sage discount breaks. For example if I had a price break at a quantity of 6 and 12, the discount table would read as 1-5, 6-11, and 12+, not as 1+, 6+, and 12+. Maybe using the method of 1 - (X-1), and then X - (N-1), and N+, using 1, X, and N as 1, 6, and 12 respectively. Hope this makes sense.