change order reservation

This commit is contained in:
phyusin
2018-04-12 11:05:10 +06:30
6 changed files with 9 additions and 14 deletions

View File

@@ -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)