Browse Source

DIV-743: pulling total annual section seven expense in form37 from correct derived variable

pull/160/head
Benard Ebinu 7 years ago
parent
commit
d5bd9e21f1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/templates/pdf/form37.html
  2. +1
    -1
      edivorce/apps/core/templates/question/06_children_facts.html

+ 1
- 1
edivorce/apps/core/templates/pdf/form37.html View File

@ -277,7 +277,7 @@
Child Support Fact Sheet A (special expenses), and the amount set
out in the proposed order for the expenses under section 7 of the
Guidelines is
{{ derived.payor_section_seven_expenses|money }}.
{{ derived.annual_total_section_seven_expenses|money }}.
{% endif %}
</li>


+ 1
- 1
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -221,7 +221,7 @@
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="your_proportionate_share_amount" class="money sfact-sheet-input" readonly="" %}
{% money_input_field name="your_proportionate_share_amount" class="money fact-sheet-input" readonly="" %}
</div>
</td>
<td class="fact-sheet-answer" readonly="">


Loading…
Cancel
Save