From 6d7da7f99754ed54eb5582eaa6df6c0ab165e207 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Tue, 20 Feb 2018 11:07:00 +0630 Subject: [PATCH] update request bill controller --- app/controllers/origami/request_bills_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/origami/request_bills_controller.rb b/app/controllers/origami/request_bills_controller.rb index 44d6f784..83208b31 100755 --- a/app/controllers/origami/request_bills_controller.rb +++ b/app/controllers/origami/request_bills_controller.rb @@ -6,7 +6,6 @@ class Origami::RequestBillsController < ApplicationController sale_order=SaleOrder.new if shift = ShiftSale.current_open_shift(current_user.id) - # if shift_by_terminal = ShiftSale.current_open_shift(get_cashier[0].id) order_id = params[:id] # order_id bk_order = BookingOrder.find_by_order_id(order_id) check_booking = Booking.find_by_booking_id(bk_order.booking_id)