update survey

This commit is contained in:
Aung Myo
2018-09-17 11:15:25 +06:30
parent 5a832c2c37
commit 1bf2008a99

View File

@@ -33,7 +33,7 @@ class Origami::SurveysController < BaseOrigamiController
@table_type = @dining_facility.type
@receipt_no = nil
@grand_total = nil
@survey_data = Survey.find_by_dining_name_and_receipt_no(@dining_facility.name,"")
@survey_data = Survey.find_by_dining_name_and_receipt_no(@dining_facility.name,nil)
end
end