Add my-schedule and some other things
This commit is contained in:
@@ -88,6 +88,7 @@ module Suppliers
|
||||
def qr_codes
|
||||
@tables = Table.for_supplier(current_supplier, from_number: params[:from_number], to_number: params[:to_number])
|
||||
@tables.select!{|t| t.section_id == params[:section_id]} if params[:section_id].present?
|
||||
@tables.select!{|t| t.id == params[:table_id]} if params[:table_id].present?
|
||||
render layout: 'qr_sheet'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user