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

Commit

Permalink
PFM-5064 fix daysToSubtract
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Apr 7, 2024
1 parent 26372ee commit 4a9022a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ class ConsumerProvider with ChangeNotifier {
dates.addAll(getBillingCycleMonthCountCurrent(year));
});
dates.sort((a, b) => b['code'].compareTo(a['code']));
print(dates.toString());
return dates.toList().length>2?dates.toList().sublist(0,2):dates.toList();
}
void onChangeOfAmountType(value) {
Expand Down

0 comments on commit 4a9022a

Please sign in to comment.