Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Feb 8, 2024
1 parent baae716 commit 6f1996a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/business_central/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def sync_companies(self):
"""
sync business central companies
"""
print('sync_companies')
companies = self.connection.companies.get_all()
field_names = []

Expand Down Expand Up @@ -144,7 +143,6 @@ def get_companies(self):
"""
Get business central companies
"""
self.connection.__company_id = None
companies = self.connection.companies.get_all()
return companies

Expand Down

0 comments on commit 6f1996a

Please sign in to comment.