Show owner info in material and acq media release table #75

Closed
bilal.catic wants to merge 15 commits from show-owner-info-in-material-and-acq-media-release-table into master
Showing only changes of commit 6267f12cc4 - Show all commits

View File

@@ -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