diff --git a/public_html/wp-content/plugins/camptix/camptix.php b/public_html/wp-content/plugins/camptix/camptix.php index e1272af8c..f81696d27 100644 --- a/public_html/wp-content/plugins/camptix/camptix.php +++ b/public_html/wp-content/plugins/camptix/camptix.php @@ -2718,14 +2718,6 @@ function generate_revenue_report_data() { $this->update_stats( 'discounted', $totals->discounted ); $this->update_stats( 'revenue', $totals->revenue ); - $this->update_stats_multi( [ - 'sold' => $totals->sold, - 'remaining' => $totals->remaining, - 'subtotal' => $totals->sub_total, - 'discounted' => $totals->discounted, - 'revenue' => $totals->revenue, - ] ); - $results = array( 'totals' => $totals, 'actual_total' => $actual_total,