void
This commit is contained in:
@@ -9,7 +9,7 @@ class Foodcourt::PaymalController < BaseFoodcourtController
|
||||
@receipt_no = sale_data.receipt_no
|
||||
|
||||
@shop = Shop.current_shop
|
||||
|
||||
|
||||
if @shop.is_rounding_adj
|
||||
new_total = Sale.get_rounding_adjustment(sale_data.grand_total)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user