fix homepage news, invoice
This commit is contained in:
@@ -75,6 +75,7 @@ class BuyerInfo extends Equatable {
|
||||
final String? wardCode;
|
||||
final String? cityName;
|
||||
final String? wardName;
|
||||
final String? customerName;
|
||||
|
||||
const BuyerInfo({
|
||||
this.name,
|
||||
@@ -88,6 +89,7 @@ class BuyerInfo extends Equatable {
|
||||
this.wardCode,
|
||||
this.cityName,
|
||||
this.wardName,
|
||||
this.customerName
|
||||
});
|
||||
|
||||
/// Get formatted full address
|
||||
@@ -118,6 +120,7 @@ class BuyerInfo extends Equatable {
|
||||
wardCode,
|
||||
cityName,
|
||||
wardName,
|
||||
customerName
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user