Skip to content

Commit

Permalink
Merge pull request #1309 from SplitTime/oveson/show-exponent-not-tota…
Browse files Browse the repository at this point in the history
…l-ticket-count

Show exponent instead of tickets in the calculations table
  • Loading branch information
moveson authored Dec 4, 2024
2 parents 2246209 + 6d9b521 commit 038c0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<td>One-time service tickets (shown as VMajor)</td>
</tr>
<tr class="fw-bold">
<td><%= presenter.calculation.ticket_count %></td>
<td><%= presenter.calculation.dns_ticket_count + presenter.calculation.volunteer_ticket_count + presenter.calculation.volunteer_major_ticket_count %></td>
<td>Total</td>
</tr>
</tbody>
Expand Down

0 comments on commit 038c0d1

Please sign in to comment.