Skip to content

Commit

Permalink
fix ftp not confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Jul 15, 2024
1 parent 19d6b20 commit 3ec359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftp_orders/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def pull_result(self, file: str):
).save()
else:
iss.lab_comment = ("",)
iss.time_confirmation = (None,)
iss.time_confirmation = None
iss.time_save = current_time()
iss.doc_confirmation_string = ""
iss.save()
Expand Down

0 comments on commit 3ec359e

Please sign in to comment.