Skip to content

Commit

Permalink
refactor: manually set documents to verify = False when copying
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoh committed Jul 12, 2023
1 parent b112048 commit 4c46c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ def copy_documents(application: core.Application, documents: dict, session: Sess
"type": document.type,
"name": document.name,
"file": document.file,
"verified": False,
}
new_borrower_document = core.BorrowerDocument(**data)
session.add(new_borrower_document)
Expand Down

0 comments on commit 4c46c74

Please sign in to comment.