fix carton
This commit is contained in:
@@ -125,7 +125,7 @@ class _ReceivingEditorState extends State<ReceivingEditor> {
|
||||
);
|
||||
final namebox = DisplayText(
|
||||
text: user != null ? user.name : "",
|
||||
labelTextKey: "receiving.name",
|
||||
labelTextKey: "receiving.consignee.name",
|
||||
iconData: Icons.person,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user