fix medical release CSV export
This commit is contained in:
@@ -16,7 +16,7 @@ class MedicalRelease < ApplicationRecord
|
||||
|
||||
class << self
|
||||
def custom_csv_exportable_headers
|
||||
%i[name contact_info]
|
||||
%i[approved? name contact_info]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user