diff --git a/seed/views/v3/tax_lot_properties.py b/seed/views/v3/tax_lot_properties.py index 19ab6c92f4..7896a24434 100644 --- a/seed/views/v3/tax_lot_properties.py +++ b/seed/views/v3/tax_lot_properties.py @@ -142,9 +142,7 @@ def export(self, request): data = TaxLotProperty.get_related(model_views, column_ids, columns_from_database) # add labels and notes - include_notes = True - if 'include_notes' in request.data.keys(): - include_notes = request.data.get('include_notes') + include_notes = request.data.get('include_notes', True) for i, record in enumerate(model_views): label_string = [] note_string = []