Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-3545 added toDate and fromDate as parameters to send from frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov committed Sep 13, 2023
1 parent 469f553 commit 5257e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/mgramseva/lib/providers/dashboard_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ class DashBoardProvider with ChangeNotifier {
'tenantId': commonProvider.userDetails?.selectedtenant?.code,
'offset': '${offset - 1}',
'limit': '$limit',
'fromDate': '${selectedMonth.startDate.millisecondsSinceEpoch}',
'toDate': '${selectedMonth.endDate.millisecondsSinceEpoch}',
'iscollectionAmount': 'true',
'isPropertyCount': 'true',
};
Expand Down

0 comments on commit 5257e26

Please sign in to comment.