alyf-de / banking

An Open Banking Integration with ERPNext
GNU General Public License v3.0
37 stars 18 forks source link

fix: Name Accounts without alias #55

Closed marination closed 9 months ago

marination commented 9 months ago

Issue:

File "apps/banking/banking/klarna_kosma_integration/utils.py", line 200, in get_account_name

    is_account_alias_distinct = "(" in account.get("alias")

TypeError: argument of type 'NoneType' is not iterable

Fix: Fix is in banking/klarna_kosma_integration/utils.py