[POS] Incorrect tax amount is displayed if quantity was modified

Issue No: AR-9287
Created 11/8/2018 1:30:41 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 18.3
Description + *PRE-CONDITION* +   # Must have a tax group setup for company/customer   + *STEPS* +   # Login to POS # Select a customer and add in item # Modify the item quantity # Verify the total tax amount   + *ISSUE* +   Incorrect tax amount is displayed; Computation formula use is _Tax = quantity{color:#ff0000}{^}2{^}{color} x tax rate_   _ !pastedImage_d107808_0.png! _   + *ACCEPTED* +   Correct tax amount must be displayed upon changing the quntity; Formula should be _Tax = quantity x tax rate_