diff --git a/app/models/sale.rb b/app/models/sale.rb index fc2a761b..0fcb7923 100644 --- a/app/models/sale.rb +++ b/app/models/sale.rb @@ -249,7 +249,7 @@ class Sale < ApplicationRecord if item.remark != 'void' #compute each item and added to total subtotal_price = subtotal_price + item.price - total_taxable = total_taxable + item.taxable_price + total_taxable = total_taxable + item.price end end