On the shopping view, if you click + on a coupon/meat, this creates a CountedLineItem. Once the CountedLineItem is created you can then click - until the quantity is negative. Maybe this could be solved by deleting CountedLineItem when quantity is zero.
On the shopping view, if you click + on a coupon/meat, this creates a CountedLineItem. Once the CountedLineItem is created you can then click - until the quantity is negative. Maybe this could be solved by deleting CountedLineItem when quantity is zero.