3 changes

This commit is contained in:
2025-11-24 12:56:06 +05:30
parent 71b52cfb43
commit 353ec63916
5 changed files with 12 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
value: user.branchId ?? 'N/A',
),
InfoField(
label: AppLocalizations.of(context).branchAddress,
label: AppLocalizations.of(context).address,
value: user.address ?? 'N/A',
), // Replace with Aadhar if available
InfoField(