Zone OQS bug fix
This commit is contained in:
@@ -74,10 +74,10 @@ class Settings::OrderQueueStationsController < ApplicationController
|
|||||||
# Never trust parameters from the scary internet, only allow the white list through.
|
# Never trust parameters from the scary internet, only allow the white list through.
|
||||||
def settings_order_queue_station_params
|
def settings_order_queue_station_params
|
||||||
# <<<<<<< HEAD
|
# <<<<<<< HEAD
|
||||||
params.require(:order_queue_station).permit(:station_name, :is_active, :auto_print, :processing_items, :print_copy, :printer_name, :font_size, :cut_per_item, :use_alternate_name, :created_by)
|
# params.require(:order_queue_station).permit(:station_name, :is_active, :auto_print, :processing_items, :print_copy, :printer_name, :font_size, :cut_per_item, :use_alternate_name, :created_by)
|
||||||
# =======
|
# =======
|
||||||
# Don't Know { zone_ids: [] }
|
# Don't Know { zone_ids: [] }
|
||||||
# params.require(:order_queue_station).permit(:station_name, :is_active, :processing_items, :print_copy, :printer_name, :font_size, :cut_per_item, :use_alternate_name, :created_by,{ zone_ids: [] })
|
params.require(:order_queue_station).permit(:station_name, :is_active, :processing_items, :print_copy, :printer_name, :font_size, :cut_per_item, :use_alternate_name, :created_by,{ zone_ids: [] })
|
||||||
# >>>>>>> b093a993ba002c92659bbb34338c55c031c11d87
|
# >>>>>>> b093a993ba002c92659bbb34338c55c031c11d87
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user