update comment for rounding adj

This commit is contained in:
Aung Myo
2017-12-21 10:49:25 +06:30
parent e0d97470cc
commit 12f5e42d44
3 changed files with 15 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ class Origami::RoomsController < BaseOrigamiController
@shop = Shop::ShopDetail
@membership = MembershipSetting::MembershipSetting
@payment_methods = PaymentMethodSetting.all
@room.bookings.active.each do |booking|
if booking.sale_id.nil? && booking.booking_status != 'moved'
@order_items = Array.new