edti dashboard
This commit is contained in:
@@ -43,8 +43,7 @@ class BatchLineItem < ApplicationRecord
|
||||
def self.to_csv(user_id)
|
||||
encrypt_key=""
|
||||
|
||||
find_user=User.find_by_id(user_id)
|
||||
|
||||
find_user=User.find_by_id(user_id)
|
||||
if !find_user.nil?
|
||||
encrypt_key=find_user.secrect_key
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user