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

Commit

Permalink
Merge pull request #519 from egovernments/PFM-3543
Browse files Browse the repository at this point in the history
PFM-3543 consumer can not enter year before 2021 in create consumer c…
  • Loading branch information
Saloni-eGov authored Sep 1, 2023
2 parents df1601f + 670d7ea commit 088f9e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ class _ConsumerDetailsState extends State<ConsumerDetails> {
consumerProvider
.waterconnection
.previousReadingDateCtrl,
firstDate:
DateTime.fromMillisecondsSinceEpoch(consumerProvider.languageList?.mdmsRes?.billingService?.taxPeriodList!.first.fromDate??0),
lastDate:
DateTime.now(),
onChangeOfDate:
Expand Down

0 comments on commit 088f9e7

Please sign in to comment.