update shipment and carton
This commit is contained in:
@@ -96,8 +96,7 @@ class DeliveryAddressModel extends BaseModel {
|
||||
.orderBy("full_name")
|
||||
.get();
|
||||
return querySnap.docs
|
||||
.map((e) =>
|
||||
DeliveryAddress.fromMap(e.data as Map<String, dynamic>, e.id))
|
||||
.map((e) => DeliveryAddress.fromMap(e.data(), e.id))
|
||||
.toList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user