@@ -20,7 +20,7 @@
</tr>
<tr>
<th class="pl-2">Total notes with billing closed</th>
- <td class="px-2 text-center">{{$notesTotalWithBillingClosed}}</td>
+ <td class="px-2 text-center">{{$notesTotalWithBillingClosed}} / {{ $notesTotal }}</td>
<td>
<div class="d-flex align-items-center">
<span class="fill-percent-value">{{round(($notesTotalWithBillingClosed) *100/ $notesTotal, 1)}}%</span>