diff --git a/app/controllers/origami/other_charges_controller.rb b/app/controllers/origami/other_charges_controller.rb index 9b94781d..b0e6472c 100644 --- a/app/controllers/origami/other_charges_controller.rb +++ b/app/controllers/origami/other_charges_controller.rb @@ -45,8 +45,7 @@ class Origami::OtherChargesController < BaseOrigamiController end # Re-calc All Amount in Sale - # sale.compute_by_sale_items(sale_id, sale.sale_items, sale.total_discount) - sale.compute_without_void + sale.compute_by_sale_items(sale_id, sale.sale_items, sale.total_discount) end dining = {:table_id => table_id, :table_type => table_type }