Hi there..

When you have already pushed Discount, but the customer wants to add something else, how do I remove the minus amount from Col.Q please?
I managed to bring back the DISCOUNT button and remove the DISCOUNTStamps by adding this code to AddToOrder..

.Shapes.Range("DISCOUNTGrp").Visible = msoTrue
   .Shapes.Range("DISCOUNTStamp").Visible = msoFalse
   PRINTRECEIPT.Shapes.Range("DISCOUNTStampRcpt").Visible = msoFalse
But I need that previous -$ amount to be removed otherwise it does a double discount on the Total..

Screenshot 2025-05-15 122650.png
Screenshot 2025-05-15 122702.png
Screenshot 2025-05-15 122721.png
Day20 BAR POS L Saturday 10May.xlsm