fix carton

This commit is contained in:
2021-01-25 16:09:41 +06:30
parent 020b748272
commit 14183410d2
9 changed files with 175 additions and 216 deletions

View File

@@ -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,
);