Skip to content

Commit

Permalink
feat: add split_expense_grouping to the expense group settings seri…
Browse files Browse the repository at this point in the history
…alizer
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Nov 12, 2024
1 parent 1a6d26a commit 5ca036f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/workspaces/apis/export_settings/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ class ExpenseGroupSettingsSerializer(serializers.ModelSerializer):
ccc_expense_state = serializers.CharField(
allow_null=True, allow_blank=True, required=False
)
split_expense_grouping = serializers.CharField(
allow_null=False, allow_blank=False, required=True
)

class Meta:
model = ExpenseGroupSettings
Expand All @@ -74,6 +77,7 @@ class Meta:
"corporate_credit_card_expense_group_fields",
"ccc_export_date_type",
"ccc_expense_state",
"split_expense_grouping",
]


Expand Down

0 comments on commit 5ca036f

Please sign in to comment.