Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Aug 12, 2024
1 parent ac51b66 commit c695cda
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ def _configure_eurof_factoring(self):
"name": f"Eurofactor Cr.Ag. {currency.symbol}",
"type": "general",
"factor_type": FACTO_TYPE,
"code": "12345",
"code2": "12345",
"code": FACTO_TYPE.upper(),
"factor_code": "12345",
"factor_code2": "12345",
"company_id": company.id,
"factoring_receivable_account_id": acc[f"4115{suffix}"].id,
"factoring_current_account_id": acc[f"4671{suffix}"].id,
Expand Down

0 comments on commit c695cda

Please sign in to comment.