Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 17, 2024
1 parent e48baf4 commit b10d25f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/quickbooks_online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ def get_override_tax_details(self, lines, is_journal_entry_export: bool = False)

def purchase_object_payload(self, purchase_object, line, payment_type, account_ref, doc_number: str = None, credit=None):
general_settings = WorkspaceGeneralSettings.objects.filter(workspace_id=self.workspace_id).first()
qbo_credentials = QBOCredential.objects.get(workspace_id=self.workspace_id)

purchase_object_payload = {
'DocNumber': doc_number if doc_number else None,
Expand Down

0 comments on commit b10d25f

Please sign in to comment.