Add farm_export_csv to optional modules.

This commit is contained in:
Michael Stenta 2024-01-18 16:29:42 -05:00
parent 3cc0c515ef
commit 21d022bfad
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function farm_modules() {
'farm_lab_test' => t('Lab test logs'),
'farm_birth' => t('Birth logs'),
'farm_medical' => t('Medical logs'),
'farm_export_csv' => t('CSV exporter'),
'farm_import_csv' => t('CSV importer'),
'farm_export_kml' => t('KML exporter'),
'farm_import_kml' => t('KML asset importer'),