customer filter with card no

This commit is contained in:
Myat Zin Wai Maw
2019-04-22 17:24:20 +06:30
parent a74573709a
commit 8f81eb8e4a
3 changed files with 26 additions and 7 deletions

View File

@@ -20,11 +20,11 @@ class ActionController::Base
end
else
# check for license file
if check_license
current_license(ENV["SX_PROVISION_URL"])
else
redirect_to activate_path
end
# if check_license
# current_license(ENV["SX_PROVISION_URL"])
# else
# redirect_to activate_path
# end
end
end