diff --git a/lib/views/pages/user/gas_refill/gas_refill_details.dart b/lib/views/pages/user/gas_refill/gas_refill_details.dart index d0f78492..85cb9c2c 100644 --- a/lib/views/pages/user/gas_refill/gas_refill_details.dart +++ b/lib/views/pages/user/gas_refill/gas_refill_details.dart @@ -215,7 +215,7 @@ class _GasRefillDetailsPageState extends State { 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),