Skip to content

Commit

Permalink
PFM-5577
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Feb 4, 2024
1 parent e170a63 commit bf737ea
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 bf737ea

Please sign in to comment.