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

Commit

Permalink
PFM-5577 (#712)
Browse files Browse the repository at this point in the history
* PFM-5577
  • Loading branch information
rahuldevgarg authored Feb 4, 2024
1 parent 3e4a966 commit f6ff0f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class BillGenerationProvider with ChangeNotifier {
billGenerateDetails.billYear = null;
selectedBillCycle = null;
billGenerateDetails.billCycle = null;
selectedBillPeriod = null;
notifyListeners();
}
void onChangeOfBillCycle(cycle) {
Expand Down

0 comments on commit f6ff0f1

Please sign in to comment.