add shipments
This commit is contained in:
@@ -32,7 +32,7 @@ class _CustomerEditorState extends State<CustomerEditor> {
|
||||
Expanded(
|
||||
child: DisplayText(
|
||||
text: widget.customer.phoneNumber,
|
||||
labelTextKey: getLocalString(context, "customer.phone"),
|
||||
labelTextKey: "customer.phone",
|
||||
iconData: Icons.phone,
|
||||
)),
|
||||
IconButton(
|
||||
@@ -72,12 +72,12 @@ class _CustomerEditorState extends State<CustomerEditor> {
|
||||
phoneNumberBox,
|
||||
DisplayText(
|
||||
text: widget.customer.fcsID,
|
||||
labelTextKey: getLocalString(context, "customer.fcs.id"),
|
||||
labelTextKey: "customer.fcs.id",
|
||||
icon: FcsIDIcon(),
|
||||
),
|
||||
DisplayText(
|
||||
text: widget.customer.status,
|
||||
labelTextKey: getLocalString(context, "customer.status"),
|
||||
labelTextKey: "customer.status",
|
||||
iconData: Icons.add_alarm,
|
||||
),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user