diff --git a/smash/import_file.py b/smash/import_file.py index 09cfd160bc9d3f6d2bd425026f3404a412c5721c..3b71e0322b2ba601ca22177d00e99089356fabb4 100644 --- a/smash/import_file.py +++ b/smash/import_file.py @@ -386,6 +386,8 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types): 'exclude_reason': row['REASON.1'], 'previously_in_study': row['PDP 1.0'], 'comments': row['COMMENT'], + 'default_location': location, + 'flying_team': ft, 'date_added': parse_column_date_of_birth(row['DATE ADDED (V1)']) })