update crm customer
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user