temp remove options in oqs
This commit is contained in:
@@ -2,9 +2,9 @@ class Oqs::HomeController < BaseOqsController
|
||||
def index
|
||||
queue_stations=OrderQueueStation.all
|
||||
|
||||
@queue_items_details = queue_items_query(0)
|
||||
@queue_items_details = queue_items_query(false)
|
||||
|
||||
@queue_completed_item = queue_items_query(1)
|
||||
@queue_completed_item = queue_items_query(true)
|
||||
|
||||
@queue_stations_items=Array.new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user