updatet tabe invoce for cloud print

This commit is contained in:
Aung Myo
2018-08-29 15:09:03 +06:30
parent 72c5ca7891
commit 0d85e25d25
2 changed files with 23 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