To add only Other Payment Name beside SX Resturant

This commit is contained in:
San Wai Lwin
2018-03-06 18:24:19 +06:30
parent 80a0cba537
commit 6cc2ba5110
14 changed files with 25 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ class Origami::MasterController < BaseOrigamiController
@mastercount = 0
others = 0
@payment_method_setting_nav = PaymentMethodSetting.all
@shop = Shop::ShopDetail
if @shop.is_rounding_adj
new_total = Sale.get_rounding_adjustment(sale_data.grand_total)