update receipt print member info
This commit is contained in:
@@ -27,8 +27,6 @@ class Crm::DiningQueuesController < BaseCrmController
|
||||
def create
|
||||
@dining_queue = DiningQueue.new(dining_queue_params)
|
||||
|
||||
puts "ffffffffffff"
|
||||
puts @queue_no
|
||||
respond_to do |format|
|
||||
if @dining_queue.save
|
||||
format.html { redirect_to crm_dining_queues_path, notice: 'Dining queue was successfully created.' }
|
||||
|
||||
Reference in New Issue
Block a user