update crm customer

This commit is contained in:
Aung Myo
2017-06-26 20:13:56 +06:30
parent 60fe3b9a67
commit 9a5656c5e6
2 changed files with 3 additions and 4 deletions

View File

@@ -55,9 +55,8 @@
<div class="table-responsive">
<table class="table table-striped">
<thead>
<% puts "'''''''''''''''''''"
puts @response
if @response["status"] == true %>
<%
if @response["data"].present? %>
<tr>
<th colspan="5">Membership Transactions</th>
<% if @response["status"] == true %>

View File

@@ -13,7 +13,7 @@ module SXRestaurants
# -- all .rb files in that directory are automatically loaded.
config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq
config.time_zone = 'Asia/Rangoon'
# config.time_zone = 'Asia/Rangoon'
end
end