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