Skip to content

Commit

Permalink
mazak: correct date only for due dates
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzzeb committed Sep 24, 2024
1 parent e796ce5 commit 0784ceb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"PlanQuantity": 50,
"CompleteQuantity": 0,
"Priority": 12,
"DueDate": "2024-09-24T00:00:00-05:00",
"DueDate": "2024-09-24",
"FixForMachine": 0,
"HoldMode": 0,
"MissingFixture": 0,
Expand Down Expand Up @@ -68,7 +68,7 @@
"PlanQuantity": 23,
"CompleteQuantity": 0,
"Priority": 11,
"DueDate": "2024-09-24T00:00:00-05:00",
"DueDate": "2024-09-24",
"FixForMachine": 0,
"HoldMode": 0,
"MissingFixture": 0,
Expand Down Expand Up @@ -128,7 +128,7 @@
"PlanQuantity": 27,
"CompleteQuantity": 0,
"Priority": 10,
"DueDate": "2024-09-24T00:00:00-05:00",
"DueDate": "2024-09-24",
"FixForMachine": 0,
"HoldMode": 0,
"MissingFixture": 0,
Expand Down Expand Up @@ -186,4 +186,4 @@
"Pallets": [],
"Fixtures": [],
"Programs": []
}
}

0 comments on commit 0784ceb

Please sign in to comment.