Skip to content

Commit

Permalink
Merge pull request #4104 from mikhailprivalov/ftp-pull-result
Browse files Browse the repository at this point in the history
fix ftp not confirm
  • Loading branch information
urchinpro authored Jul 16, 2024
2 parents 19d6b20 + 3ec359e commit aed74b8
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 aed74b8

Please sign in to comment.