Skip to content
Snippets Groups Projects
Commit d7445c27 authored by rha104's avatar rha104
Browse files

Fixed AbwOrder date format

parent bd2312af
No related branches found
No related tags found
No related merge requests found
Pipeline #101218 passed
......@@ -266,7 +266,7 @@ class AbwOrder(BaseModel):
"""
id: Optional[int] # Cannot be sent in
progress: Optional[str] # Cannot be sent in
abworder_validated_ok_date: Optional[datetime.date] # Cannot be sent in
abworder_validated_ok_date: Optional[datetime.datetime] # Cannot be sent in
responsible: str
interface: str
client: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment