Enquiry_screen ui changed

This commit is contained in:
2025-11-25 14:43:52 +05:30
parent 3358ec7669
commit b9147b30d5
4 changed files with 106 additions and 193 deletions

View File

@@ -55,7 +55,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
try {
final repo = getIt<TransactionRepository>();
final txs = await repo.fetchTransactions(
selectedUser.accountNo?? '',
selectedUser.accountNo ?? '',
fromDate: fromDate,
toDate: toDate,
);