Skip to content

Commit

Permalink
Fixed Importing Credit Expenses For Reimbursable Expenses (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Nov 18, 2022
1 parent ec712ee commit 9952bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fyle/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def async_create_expense_groups(workspace_id: int, fund_source: List[str], task_
source_account_type=['PERSONAL_CASH_ACCOUNT'],
state=expense_group_settings.reimbursable_expense_state,
settled_at=last_synced_at if expense_group_settings.reimbursable_expense_state == 'PAYMENT_PROCESSING' else None,
filter_credit_expenses=filter_credit_expenses,
filter_credit_expenses=True,
last_paid_at=last_synced_at if expense_group_settings.reimbursable_expense_state == 'PAID' else None
))

Expand Down

0 comments on commit 9952bcf

Please sign in to comment.