We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aea56 commit 2402387Copy full SHA for 2402387
portal/common.py
@@ -625,7 +625,7 @@ def get_historical_comparison_data():
625
if not historical_comparison:
626
# Get current year data
627
current_registrations = get_attendee_count_cache()
628
- current_sponsors = get_sponsorship_total_count_stats_cache()
+ current_sponsors = get_sponsorship_committed_count_stats_cache()
629
current_sponsorship_amount = get_sponsorship_committed_amount_stats_cache()
630
current_donors = get_donors_count_cache()
631
current_donation_amount = get_total_donations_amount_cache()
0 commit comments