Read NFC
This commit is contained in:
@@ -6,7 +6,7 @@ class Settings::ZonesController < ApplicationController
|
||||
# GET /settings/zones.json
|
||||
def index
|
||||
|
||||
@settings_zones = Zone.all.where("shop_code='#{@shop.shop_code}' and is_active= true")
|
||||
@settings_zones = Zone.all.where("is_active= true")
|
||||
end
|
||||
|
||||
# GET /settings/zones/1
|
||||
|
||||
Reference in New Issue
Block a user