change order reservation
This commit is contained in:
@@ -81,7 +81,7 @@ class OrderReservation < ApplicationRecord
|
||||
|
||||
@status, @booking = @order.generate
|
||||
|
||||
# Order.send_customer_view(@booking)
|
||||
# Order.send_customer_view(@booking)
|
||||
if @status && @booking
|
||||
|
||||
@status, @sale = Sale.request_bill(@order,current_user,current_login_employee)
|
||||
|
||||
Reference in New Issue
Block a user