modification of date in redorder
This commit is contained in:
@@ -1263,7 +1263,7 @@ class _OrderEditSheetState extends State<_OrderEditSheet> {
|
|||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
final DateTime orderDateOnly = DateTime.utc(
|
final DateTime orderDateOnly = DateTime(
|
||||||
orderDate.year,
|
orderDate.year,
|
||||||
orderDate.month,
|
orderDate.month,
|
||||||
orderDate.day,
|
orderDate.day,
|
||||||
|
|||||||
Reference in New Issue
Block a user