changing table user acceptance specs in the green

This commit is contained in:
2014-06-25 16:11:29 +02:00
parent 0e4993e8a6
commit 58f0937570
9 changed files with 89 additions and 45 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ class List
UserTableMove.create list: self, from_table_id: table_id, to_table: to_table
from_table_id = self.table_id.try(:dup)
self.table = to_table
self.section_id = to_table.section_id
self.section_id = to_table.section_id
if save
# Update the section of an order
orders.each do |order|