Working supplier dashboard
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
class OrderSerializer < Qwaiter::Serializer
|
||||
embed :ids
|
||||
attributes :state, :list_id
|
||||
attributes :state, :list_id, :section_id
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user