Add Date in Cashier's Dashboard and remove no need breadcrumb

This commit is contained in:
San Wai Lwin
2018-03-15 15:27:11 +06:30
parent c62637af10
commit 808b123a91
20 changed files with 9 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ class ActionController::Base
render :json => [{ status: false, message: 'Invalid Access!'}]
end
else
check for license file
#check for license file
if check_license
current_license(ENV["SX_PROVISION_URL"])
else