Skip to content

Commit

Permalink
fix: fix posted at null
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 20, 2024
1 parent 86effd4 commit 1f0bae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/fyle/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def create_expense_objects(expenses: List[Dict], workspace_id: int, skip_update:
"file_ids": expense["file_ids"],
"spent_at": expense["spent_at"],
"posted_at": expense["posted_at"],
"is_posted_at_null": expense["is_posted_at_null"],
"fund_source": SOURCE_ACCOUNT_MAP[
expense["source_account_type"]
],
Expand Down

0 comments on commit 1f0bae4

Please sign in to comment.