sync to cloud

This commit is contained in:
Myat Zin Wai Maw
2019-08-14 16:05:41 +06:30
parent a5dfa6796c
commit 78af4188d1
12 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ class SaleAudit < ApplicationRecord
sale_audit.remark = sa['remark']
sale_audit.save
end
puts '....... Sale Audit sync completed .......'
Rails.logger.debug '....... Sale Audit sync completed .......'
end
end