|
|
|
|
@ -215,7 +215,7 @@ class _GasRefillDetailsPageState extends State<GasRefillDetailsPage> {
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
const SizedBox(height: 8),
|
|
|
|
|
infoText(label: context.translation.employeeId, value: person.employeeId),
|
|
|
|
|
infoText(label: context.translation.employeeId, value: person.employeeCode),
|
|
|
|
|
infoText(label: context.translation.name, value: person.name),
|
|
|
|
|
infoText(label: context.translation.email, value: person.email),
|
|
|
|
|
infoText(label: context.translation.phoneNumber, value: person.mobilePhone),
|
|
|
|
|
|