Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Oct 31, 2024
1 parent b13877c commit 49531ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions public_html/wp-content/plugins/camptix/camptix.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 49531ab

Please sign in to comment.