We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb79772 commit 8ccf2cbCopy full SHA for 8ccf2cb
1 file changed
app/utils/irrigation_report.py
@@ -72,7 +72,7 @@ def create_pdf_from_operations(
72
from_date_local = from_date.strftime("%Y-%m-%d")
73
74
if to_date:
75
- to_date_local = from_date.strftime("%Y-%m-%d")
+ to_date_local = to_date.strftime("%Y-%m-%d")
76
else:
77
to_date_local = ''
78
0 commit comments