Working supplier dashboard

This commit is contained in:
2013-09-25 12:19:25 +02:00
parent faec08c26b
commit 6d7647c2c5
7 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class ListSerializer < Qwaiter::Serializer
embed :ids
attributes :state, :needs_help, :needs_payment, :is_paid, :price, :table_id, :table_number
attributes :state, :needs_help, :needs_payment, :is_paid, :price, :table_id, :table_number, :section_id
end
+1 -1
View File
@@ -1,4 +1,4 @@
class OrderSerializer < Qwaiter::Serializer
embed :ids
attributes :state, :list_id
attributes :state, :list_id, :section_id
end