Browse Source

DIV-925 - Fact Sheet C - Form 37 is missing data

pull/160/head
Michael Olund 6 years ago
parent
commit
d6112dbcb1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/pdf/partials/fact_sheet_c.html

+ 2
- 2
edivorce/apps/core/templates/pdf/partials/fact_sheet_c.html View File

@ -34,7 +34,7 @@
{{ responses.number_of_children_claimant|child_or_children }}
</td>
<td class="amount">$
<span class="actual">{{ responses.total_spouse_paid_child_support|money:False }}</span>
<span class="actual">{{ responses.your_spouse_child_support_paid|money:False }}</span>
</td>
</tr>
<tr>
@ -58,7 +58,7 @@
{{ responses.number_of_children_claimant|child_or_children }}
</td>
<td class="amount">$
<span class="actual">{{ responses.total_paid_child_support|money:False }}</span>
<span class="actual">{{ responses.your_child_support_paid|money:False }}</span>
</td>
</tr>
</tbody>


Loading…
Cancel
Save