check order for booking status moved
This commit is contained in:
@@ -35,7 +35,7 @@ class Transactions::BookingsController < ApplicationController
|
||||
def show
|
||||
|
||||
@booking = Booking.find(params[:id])
|
||||
@order = []
|
||||
@order = nil
|
||||
@order_items = []
|
||||
@booking.booking_orders.each do |booking_order|
|
||||
@order = Order.find(booking_order.order_id)
|
||||
|
||||
Reference in New Issue
Block a user