check split bill

This commit is contained in:
phyusin
2018-02-19 17:23:39 +06:30
parent 9594689f1c
commit 6ae451f2bc
2 changed files with 7 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ class Origami::SurveysController < BaseOrigamiController
survey = Survey.new
survey.dining_name = dining_facility.name
survey.receipt_no = params[:receipt_no]
survey.shift_id = shift_by_terminal.id
survey.shift_id = shift_by_terminal.id
survey.created_by = current_user.name
survey.total_customer = params[:total_customer]
survey.total_amount = params[:total_amount]