gas refill details, contact info employee id fixed.

design_3.0_task_module_new
Sikander Saleem 4 months ago
parent 547b815b61
commit 8129cdb768

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

Loading…
Cancel
Save